break |
---|
The break statement is used to terminate a loop (while, repeat or for loop) early.
Also see the return statement which is used to leave the current function (not just the current loop). See Also ... Lua keywords/topics
assignment
Topics
Lua base functions
(Help topic: lua=break) |
Enter a search string to find matching documentation.
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.