> Ah now, but who would use a HP, when you've got your trusty TI? :-)
Yup, especially since all the games are on the TI, though they're pretty
scarce for the 89, my personal preference, since they're more expensive, so
fewer people have them.
The options: Get a graph-link cable (which I can't find ANYWHERE), or make
your own during study hall, making them sufficiently stupid that the code
can be compressed down to a screenful:
kyk():Prgm:Local a,b,c:13->a:"|------------+------------|"->b:ClrIO:Output
0,-1,left(b,a)&"¥"&right(b,a):While abs(13-a)<13:getKey()->c:If abs(50-c)=1
Then:a+c-50->a:Output
0,-1,left(b,a)&"¥"&right(b,26-a):EndIf:EndWhile:EndPrgm
Play with the 1 and 3 keys. Guess what it does by just looking at the code,
and win a free donut (should arrive within 6-8 weeks, and shouldn't be too
stale by then). 1 and 3 have character codes 49 and 51, respectively, if you
want to take this on...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]