Difference between revisions of "TI-BASIC:Key Code Retriever"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(Automated @@ correction)
 
Line 1: Line 1:
 
{{Template:TI-BASIC:Routine
 
{{Template:TI-BASIC:Routine
|picture=@@
+
|picture=
 
|summary=Retrieves the key code of any key pressed
 
|summary=Retrieves the key code of any key pressed
|input=@@
+
|input=
|output=@@
+
|output=
|variable=@@
+
|variable=
 
|compatibility=TI-83/84/+/SE
 
|compatibility=TI-83/84/+/SE
|author=@@
+
|author=
|authors=@@
+
|authors=
|url=@@
+
|url=
|download=@@
+
|download=
 
}}
 
}}
  

Latest revision as of 22:13, 24 February 2016


Routine Summary

Retrieves the key code of any key pressed

Inputs


Outputs


Variables Used


Calculator Compatibility

TI-83/84/+/SE

Download

No download provided.

:Repeat Ans
:getKey
:End
:Disp Ans

This routine loops until a key is pressed. When a key is pressed, the key code for that specific key is displayed.