Closed aaronlink127 closed 3 months ago
The following code runs into this
local x = {1} print(#x) x:clear() print(#x)
should print 1 0, but instead prints 1 1.
The following code runs into this
should print 1 0, but instead prints 1 1.