|
Description |
Controls stopping for input |
|
Syntax |
int jump; |
|
Remarks |
In most cases, the jump variable controls whether input functions stop for user input. Pressing <Tab> sets this variable to TRUE when the program is running. Functions that are not affected by this variable include the menu functions which always halt for user input. For more details look up the particular functions in question. |