Pauses and prompts the user to press Enter (or "Return" on OSX).
This is similar to the Windows command line's PAUSE command.
pause(); pause("Thanks. Please press Enter again...");
See Implementation
Pauses and prompts the user to press Enter (or "Return" on OSX).
This is similar to the Windows command line's PAUSE command.