Changes

Jump to: navigation, search

Locomotive BASIC

363 bytes added, 08:38, 10 January 2019
/* INKEY (i) */
: The state of [SHIFT] and [CONTROL] in conjunction with the key specified in the <integer expression> is identified as follows:
<pre>
==============================================================================|Value returned |[SHIFT] |[CTRL] |Specified key |==============================================================================|-1 |ignored |ignored |up ||0 |up |up |down ||32 |down |up |down ||128 |up |down |down ||160 |down |down |down |==============================================================================
</pre>
 
==== <code>INKEY$</code> ====
205
edits