Keyboard input/Flush the keyboard buffer: Difference between revisions

Content added Content deleted
m (Describe 'i' implementation.)
No edit summary
Line 335: Line 335:
This will work for CMS REXX, PC/REXX, Personal REXX, and TSO REXX:
This will work for CMS REXX, PC/REXX, Personal REXX, and TSO REXX:
<lang rexx>'DROPBUF'</lang>
<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}}==
=={{header|Ruby}}==