while |
---|
You can make code loop by using while condition do ... end - the test is done at the start of the loop, so if the test fails the loop may not be executed at all.
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 end of the loop use repeat instead. See Also ... Lua keywords/topics
assignment
Topics
Lua base functions
(Help topic: lua=while) |
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.