Y
Hacker News
new
|
ask
|
show
|
jobs
by
darek
1764 days ago
If I remember correctly there is a break keyword, but continue is missing. At least in Lua 5.1 which is still the most popular one.
1 comments
jay_kyburz
1764 days ago
You're right, apologies. I'm on LUA JIT.
link
shakna
1764 days ago
Luajit should have the break statement (Compatibility is Lua 5.1 with some backports from 5.2, and a couple extensions).
link