feat: add more bugs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
local a = nil
|
||||
local a = 'test'
|
||||
|
||||
|
||||
local b = a
|
||||
|
||||
print((' '):rep(a))
|
||||
b = b .. 'test'
|
||||
|
||||
print(a, b)
|
||||
|
Reference in New Issue
Block a user