4 lines
69 B
Text
4 lines
69 B
Text
|
|
procedure flushKB()
|
||
|
|
while kbhit() do getch() # flush input
|
||
|
|
end
|