5 lines
63 B
Text
5 lines
63 B
Text
|
|
DO WHILE INKEY$ <> ""
|
||
|
|
LOOP
|
||
|
|
PRINT "Keyboard buffer flushed"
|
||
|
|
END
|