Keyboard input/Flush the keyboard buffer: Difference between revisions

m
Describe 'i' implementation.
mNo edit summary
m (Describe 'i' implementation.)
Line 210:
Print "Keyboard buffer flushed"
Sleep</lang>
 
=={{header|i}}==
There is no need to manually flush the keyboard buffer in 'i', the only way to receive keyboard input is in graphics mode and keyboard input is automatically flushed every update.
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user