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

7.15 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

This document was generated on November 11, 2022 using texi2html 5.0.