RepeatForever | |||||||
Type | control structure | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.language | ||||||
Summary | Executes a list of statements continually. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Use the repeat forever structure to execute a set of statements until either an error is thrown, or exit repeat is executed. |