Syntax:
MOUSEWAIT | KEYWAIT
Waits for the player to hit a mouse button / keyboard key.
Sample:
PRINT “Hello World”, 100, 100SHOWSCREENMOUSEWAIT // Wait for mousebutton to be triggeredEND