RosettaCodeData/Task/Keyboard-input-Flush-the-keyboard-buffer/Run-BASIC/keyboard-input-flush-the-keyboard-buffer.basic
2023-07-01 13:44:08 -04:00

2 lines
58 B
Text

while inkey$ <> "" : wend
print "Keyboard buffer flushed"