INKEY$
Checks the keyboard and USB input buffers and, if there is one or more characters waiting in the queue, will remove the first character and return it as a single character in a string.
If the input buffer is empty this function will immediately return with an empty string (ie, “”).
See also:
INPUT (from keyboard)
KEYDOWN
LINE INPUT (from keyboard)
ON KEY
Leave a Reply