9 lines
66 B
Lua
9 lines
66 B
Lua
local a = {
|
|
'test1',
|
|
'test2',
|
|
'test3'
|
|
}
|
|
|
|
|
|
print(a, b)
|