Keyboard input/Keypress check: Difference between revisions

Content added Content deleted
(FutureBasic solution added)
Line 1,385: Line 1,385:
</syntaxhighlight>
</syntaxhighlight>


=={{header|RPL}}==
≪ '''IF''' KEY '''THEN''' 'ENTRY' STO '''END''' ≫
If no key is pressed and the <code>ENTRY</code> variable does not exist yet, it won't be created.
=={{header|Ruby}}==
=={{header|Ruby}}==
<syntaxhighlight lang="ruby">
<syntaxhighlight lang="ruby">