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