System commands
Syntax
pause();
Description
Pauses the game. This appears to be the same as the following command:
print(" Game paused.\n"
"Press Enter to continue.");
See also
print