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

7.12 DO

In its inclusive form, transfers program control to one or more specified subroutines, provided the optional postcondition evaluates to true or is omitted. Line levels of entryrefs specified in the argument list must be one, or error M14 is raised.

Syntax

DO[:postcondition] entryref[:postcondition[,...]]

In its argumentless form, transfers control to the following block of code where the line level is one greater than the level at which DO was encountered, provided the optional postcondition evaluates to true or is omitted.

Syntax

DO[:postcondition]

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