Keyboard input/Keypress check: Difference between revisions

Line 277:
"Done" println
}</lang>
 
Other options :
<lang Oforth>System.Console receive ->key // Wait until a key is pressed
System.Console receiveTimeout(0) ->key // Check if a key is pressed and return immediatly</lang>
 
=={{header|PicoLisp}}==
1,015

edits