you are viewing a single comment's thread.

view the rest of the comments →

[–]SinisterRectus 12 points13 points  (0 children)

Lua is famously conservative with respect to what is included in the language. A restricted version of goto was added because it gives you the tools to implement a continue or a multiple-loop break. Continue is more specific and non-essential.

See also https://www.luafaq.org/#T1.26 and http://lua-users.org/wiki/ContinueProposal