Jump Statements

Jump statements are used to unconditionally transfer control. The following jump statements are available in the Fore.NET language:

The location, to which a jump statement transfers control, is named the target of the jump statement.

See also:

Statements