repeat |
---|
You can make code loop by using repeat ... until condition - the test is done at the end of the loop, so the body of the loop is always executed at least once.
If you want to leave the loop from inside you can use a break statement:
The only conditions that are false are the values false and nil - every other value is considered true. If you want to test at the start of the loop use while instead. See Also ... Lua keywords/topics
assignment
Topics
Lua base functions
(Help topic: lua=repeat) |
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.