PAUSE mode: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "PAUSE indicates that a program has encountered a PAUSE statement and is waiting for operator action. The last character in the 23rd line will be blank while a program is in PA...")
(No difference)

Revision as of 16:13, 28 June 2013

PAUSE indicates that a program has encountered a PAUSE statement and is waiting for operator action. The last character in the 23rd line will be blank while a program is in PAUSE mode; it will be restored when the program is resumed. To resume execution, type GO.

See also:

READY mode

ERROR mode

STEP mode

ATTN mode