|
ExitRepeat | ||
ExitRepeat | ||
Parameters: NONE | ||
Returns: NONE | ||
ExitRepeat will force PlayBASIC to break out of the current Repeat-Until loop that is being executed. FACTS: * Only works within Repeat-Until loops. * When an ExitRepeat command is executed, PlayBASIC will continue the program code following the Until statement. Mini Tutorial: Breaking free of Repeat-Until when a condition is met.
This example would output.
|
Related Info: | Continue | Do | Exit | For | Loops | Repeat | While : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |