6 lines
150 B
Text
6 lines
150 B
Text
' FB 1.05.0 Win64
|
|
|
|
' Get characters from the keyboard buffer until there are none left
|
|
While Inkey <> "" : Wend
|
|
Print "Keyboard buffer flushed"
|
|
Sleep
|