Keyboard input/Flush the keyboard buffer: Difference between revisions

no edit summary
m (Describe 'i' implementation.)
No edit summary
Line 335:
This will work for CMS REXX, PC/REXX, Personal REXX, and TSO REXX:
<lang rexx>'DROPBUF'</lang>
 
=={{header|Ring}}==
<lang ring>
# Project: Keyboard input/Flush the keyboard buffer
# Date : 2018/07/14
# Author: Gal Zsolt (~ CalmoSoft ~)
# Email : <calmosoft@gmail.com>
 
Fflush(stdin)
</lang>
 
=={{header|Ruby}}==
2,468

edits