![]() |
Retro Rocket OS
BASIC-Powered Operating System
|
Wait for a single keypress from the user, without echoing it to the terminal. The character code will be placed into the specified variable. String ($), integer, and real (#) variables are accepted:
Unlike INKEY$, KGET will block execution until a key is pressed, and is ideal for programs that do not need to poll multiple input sources.