PAUSE mode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A | 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: | See also: |
Latest revision as of 20:12, 3 January 2014
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: