TI-BASIC:Key Code Retriever

From Learn @ Cemetech
Jump to navigationJump to search


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.