INKEY$

This command will get the character string of the key currently being pressed.

  Syntax
Return String=INKEY$()
  Returns

The return value is a string.

  Example Code
DO
CLS
PRINT INKEY$()
LOOP
  See also

CORE Commands Menu
Index