PAUSE mode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<noinclude> | <noinclude> | ||
[[Category:Definitions]] | [[Category:Definitions]] | ||
[[Category:Mode]] | |||
</noinclude> | </noinclude> |
Revision as of 02:18, 16 July 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: