RosettaCodeData/Task/Keyboard-input-Flush-the-keyboard-buffer/Run-BASIC/keyboard-input-flush-the-keyboard-buffer.basic

3 lines
58 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while inkey$ <> "" : wend
print "Keyboard buffer flushed"