Loops
Last updated
Last updated
Applications terminate after the last line of instruction has been executed. To create a persistent application, the loop keyword must be used followed by a handle that determines the state of the loop (is active or not), for example:
Loops cannot be nested within another loops.
Let us know on .