Re: TI-M: Faster Basic


[Prev][Next][Index][Thread]

Re: TI-M: Faster Basic





In a message dated 5/23/00 12:21:49 PM, tfobrien@mindspring.com writes:

>ClrHome
>1->R
>1->C
>Lbl A
>Output(R,C," ")
>getKey->K
-(K=24) + (K=26) + C -> C
-(R=25) + (R=34) + R -> R
>If R=0 or R=9
Then
If R=0
>1->R
>If R=9
>8->R
End
>If C=0 or C=17
Then
If C=0
>1->C
>If C=17
>16->C
End
>Output(R,C,"X")
>Goto A
>
this should help a little, because it doesnt have as many if statemnts to 
process.  i don't know if there is anything else you can do.