kbchar (<string>)
string
A single character read from the keyboard.
<string>
A prompt to display.
If omitted, no prompt is given.
Get a character without prompting.
string ch = kbchar
Get a character in response to a prompt but discard the value.
kbchar('Hit a key to continue >')