feat: add more bugs

This commit is contained in:
JuanZoran
2023-01-09 23:49:16 +08:00
parent ff36cfd549
commit 671e3cc7e7
4 changed files with 36 additions and 12 deletions

View File

@ -1,8 +1,8 @@
local a = 'test'
local a = {
'test1',
'test2',
'test3'
}
local b = a
b = b .. 'test'
print(a, b)