Jump to content

Keyboard input/Keypress check: Difference between revisions

(FutureBasic solution added)
Line 1,385:
</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}}==
<syntaxhighlight lang="ruby">
1,150

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.