Meta Project

The Unofficial Meta Documentation

FOREVER

Summary

FOREVER Loop construct that repeats without restrictions.

Category

CONTROLS

Usage

FOREVER block

Arguments

block - Block with the instructions to process within the loop

Refinements

This method has no refinements

Description

FOREVER Loop construct that repeats without restrictions. Useful for creating server like programs.

Example Code

An example of the use of FOREVER can be found in the

MortalCoil

example from the Meta project site

Related

FOR-EACH  
FOR  
REPEAT  
WHILE  
UNTIL  

Back to the Meta Methods Reference index