Replies: 2 comments
-
mark = true
marks[xxx] = true
if xxx then
return
end
mark = nil --> warning: may be not reset
marks[xxx] = nil --> warning: may be not reset |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't use the pattern in the sparse array example, so I can't say much about it. Is it only for local t = {}
for i = 1, 10 do
if xxx then
t[i] = true
end
end Checking if the developer wanted to reset the variables to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions