[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

12.13 GOTO

Transfers program execution to another line of code, provided the optional postcondition evaluates to true or is omitted. Attempting to GOTO a different line level or a different block when the line level of GOTO is greater than one will raise error M45.

Syntax

GOTO[:postcondition] entryref

Non-Standard Behavior

FreeM allows GOTO entryrefs to follow the format of +intexpr. In this case, the value of intexpr will be interpreted as an offset from the first line of the current routine.


This document was generated on May 5, 2025 using texi2html 5.0.