CONTENTS | INDEX | PREV | NEXT

SYNTAX            : ARG >

RESULTING ARGUMENT: None

FUNCTION          : Terminate an iteration initiated by a <-command.

ARGUMENT          : The argument is ignored. It is allowed only for the
                    convenience of not having to cancel arguments left
                    incidentally.

DEFAULT           : None

EXAMPLE           : 3 < l d >
                    Remove the first character of the following three lines.

NOTE 1            : The only controlled exits from an iteration are:
                    1) the iteration-count being reached
                    2) via the ; -command.

NOTE 2            : If this command is encountered when no iteration is
                    active, an error will be reported.

MATRIX