RosettaCodeData/Task/Keyboard-input-Flush-the-keyboard-buffer/Icon/keyboard-input-flush-the-keyboard-buffer.icon
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
69 B
Text

procedure flushKB()
while kbhit() do getch() # flush input
end