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

5.14 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 January 3, 2022 using texi2html 5.0.