bas7ex.hlp (Topic list)
INKEY$ Function Programming Example
                       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$=""