Name - Key-Num 86
Release - .95 Beta 2
Author - Tom Devine
E-mail - tomd@ziplip.com
Website - none yet
Summary - Number to key is a small, fast program that when a key is pressed, tells you the number of that key for use with the "getKy" function.  Very useful for programming.
Size - Untokenized   81 bytes
       Tokenized     69 bytes

Notes - Takes no time to Tokenize, program starts right up and waits for a key to be pressed.

Source code - This is the whole thing

:Lbl main
:getKy->num			The -> is the "Sto" arrow
:If num>0			I actually used the does not =
:Then
:ClLCD
:Outpt(8,19,num)
:End
:Goto main

E-mail me with comments, bug reports, or any problems
tomd@ziplip.com

Also, this should not cause any damage but if it does, i am not responsible at all. 