?REPEAT

Syntax

── ? ── REPEAT ─┬──────────────┬───────────────────────────────────────%
                └─<edit specs>─┘

Explanation

The ?REPEAT command causes CANDE to process the user's saved text as if it were the next line of input. If editing specifications are provided, the text is edited and displayed before being processed. If queued input exists, it is processed when the repeated text finishes. This command cannot be used while the station is busy or in sequence mode, or in a file that is to be sent to a schedule station.

Refer to the FIX command in CANDE Commands for an explanation of <edit specs>.

Example

?SHOW ALL
[2]g don/1*
[1]run*
<0>list*
#
?REPEAT
#
100 BEGIN
200 STRING A;
300 ACCEPT(A);
400 END.
#