For interactive work, when you issue a WHILE: command, the
program simply copies your further inputs (without obeying any commands)
until you input a WEND: command to mark the end of the loop.
Thereafter the loop is processed in the usual way.
The
interactive WHILE: -WEND: construction causes the
copying of command lines to a temporary file. Every line is copied as an
original, without any parsing: errors in the command syntax may be
reported, but the process will continue. During such interactive work, the following
prompt is used:
BD/
to indicate to you that the program is awaiting a WEND: statement before
processing your inputs.