TI-BASIC:Key Code Retriever

From Learn @ Cemetech
Revision as of 18:40, 24 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

File:@@

Routine Summary

Retrieves the key code of any key pressed

Inputs

@@

Outputs

@@

Variables Used

@@

Calculator Compatibility

TI-83/84/+/SE Author

@@Authors

@@URL: [@@] Download

[@@]

: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.