This program is copyright (c)2000 Ryan Castellucci E@mail
Arrow Wiz v1.0
This is a simple program for reading the arrow keys.
IT DOES NOT YET WORK WHEN MODIFIER KEYS ARE PRESSED.
I will add this in the next version.
To use this function from a pogram type arrowiz(k,a)
where k is a varible that stores  the getkey() value
and a is the number for the arrow key you want to read
(see table) The Result is 0 if not pressed; 1 if pressed


a value  result
1        state of down key
2        state of right key
3        state of up key
4        state of left key
5        state of all keys in order(text format) example "1011", 
         "0010", "1001" ect.


THIS PROGRAM SHOULD ALSO WORK FOR TI-92+