◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── 'This example uses the INKEY$ function to cause a program to pause until 'a key is pressed. PRINT "Press any key to continue..." DO LOOP WHILE INKEY$=""