INKEY$ Function Programming Example This example shows a common use of INKEY$. The program pauses until the user presses a key: PRINT "Press any key to continue..." DO LOOP WHILE INKEY$=""