2023-01-09 23:49:16 +08:00

9 lines
66 B
Lua

local a = {
'test1',
'test2',
'test3'
}
print(a, b)