83Plus:Basic:Graphics:Pause
From WikiTI
This article is missing some information (namely Number of bytes for token). You can help WikiTI by filling in the missing information.
Synopsis
Token size: 1 byte?
Syntax: Pause [string]
Waits for the Enter key to be pressed, optionally displaying a string first.
Outputs:
The program will print the string, if present, then stop until the user presses the Enter key.
Comments
Using Pause to display a string is the equivalent of:
:Disp [string] :Pause
The only difference (besides saving a byte or two) is that values too long to be shown on one line can be scrolled if displayed with Pause, but not if displayed with Disp. For more information about displaying strings, see Disp.