| .INKEY$ Function Programming Example. |
|
  QuickSCREEN       Details      Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| 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$="" |
|   |