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 edit summary
Line 1: Line 1:
PAUSE indicates that a program has encountered a PAUSE statement and is
A PAUSE statement within a program will cause BR to enter PAUSE mode and wait for further action. This allows you to check the flow of the program, the values of variables, and perform debugging. "PAUSE" will display in the screen's bottom left corner and commands can be entered. 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.
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:
See also:
Line 13: Line 10:


[[ATTN mode]]
[[ATTN mode]]
<noinclude>
[[Category:Definitions]]
</noinclude>

Revision as of 16:15, 28 June 2013

A PAUSE statement within a program will cause BR to enter PAUSE mode and wait for further action. This allows you to check the flow of the program, the values of variables, and perform debugging. "PAUSE" will display in the screen's bottom left corner and commands can be entered. 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