HTBasic Help
×
Menu
Index

PAUSE

Pauses program execution.
 
 PAUSE
 
Usage:
PAUSE
 
Example:           PAUSE.BAS
 
Description:
PAUSE stops program execution before the next program line. The values of the variables in the current program context may be examined and modified. The CONTINUE key or the CONT command will resume program execution. RUN must be used to restart program execution if a program is modified during PAUSE.
 
See Also: