|
|
|
|
|
by ufo
2962 days ago
|
|
I still hope that we might be able to convince the Lua authors to add continue one day. It would be very convenient. I think the real reason why it hasn't been added to the language yet is that it has a weird interaction with the way Lua scopes its repeat-until loops. The justification about having a single control-flow structure is more of an excuse. |
|
Since it's a keyword, you can't create your own ::break:: label, so that would be fine.