| Table Of Contents | Index |

Example:
REPEAT statement statement UNTIL condition
REPEAT statement UNTIL condition
REPEAT statement UNTIL condition
REPEAT statement statement FOREVER
Example:
Var KeyRepeat Key = ReadKey If Key = 'A' Bat( 'DOLIST.EXE' ) ExitMenu Endif If Key = F1 Then Help Until Key = Esc
| See Also: | Until | Forever |
|---|
| Category: | Conditional |
|---|

| Table Of Contents | Index |
|
