pause

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...");
void
pause
(
string prompt = defaultPausePrompt
)

Meta