Jump statements are used to unconditionally transfer control. The following jump statements are available in the Fore.NET language:
Break
Continue
Return
Raise
The location, to which a jump statement transfers control, is named the target of the jump statement.
See also:
Statements