PAUSE : Suspends execution of the program so you can see answers or program output.

syntax: PAUSE or
PAUSE <value>

PAUSE suspends execution of the program so you can see answers. PAUSE with no value temporarily pauses the program while "<paused>" is displayed. PAUSE <value> displays the value indicated by <value> during the pause. The <value> argument is optional