FOREVER Loop construct that repeats without restrictions.
CONTROLS
FOREVER block
block - Block with the instructions to process within the loop
This method has no refinements
FOREVER Loop construct that repeats without restrictions. Useful for creating server like programs.
An example of the use of FOREVER can be found in the
example from the Meta project site
FOR-EACH
FOR
REPEAT
WHILE
UNTIL