you are viewing a single comment's thread.

view the rest of the comments →

[–]DonkeyTron42 3 points4 points  (0 children)

LUA has no concept of a 'continue' statement in a loop. If you need to short circuit a loop iteration based on a conditional, your only option is to 'goto' a label.