[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
This document was generated on September 20, 2023 using texi2html 5.0.