feat: add more bugs

This commit is contained in:
JuanZoran
2023-01-09 23:20:56 +08:00
parent 67c6ffa989
commit ff36cfd549
17 changed files with 497 additions and 465 deletions

View File

@@ -1,5 +1,8 @@
local a = nil
local a = 'test'
local b = a
print((' '):rep(a))
b = b .. 'test'
print(a, b)