61
TI-BASIC / Re: TI-BASIC Q&A
« on: January 02, 2012, 11:54:25 pm »
I'm reworking my Windows 85/86 program, and would like to know if there is any way to shrink this code:
Is it possible? How would this be done?
It was originally TI-85 code, but it works (and preferably needs to work) from TI-82 to TI-86.
Code: [Select]
0→x
Repeat x
getKey→x
End
If x≠[a getKey value]
Goto [label]
It was originally TI-85 code, but it works (and preferably needs to work) from TI-82 to TI-86.