0 Members and 2 Guests are viewing this topic.
Ok, screen dimentions were wrong* epic7 adds zstandardThat will work, right?
What kind of Ti-Basic are you guys talking about? nspire basic, which I know alot about, or ti-84 basic, which I know almost nothing about?
0→xRepeat xgetKey→xEndIf x≠[a getKey value]Goto [label]
Repeat GetKeyEndIf Ans≠[a getKey value]Goto [label]
Also Parser that code would not work at all, or at least not do the same thing. It only checks for a key once, and if there is no key, the loop will go forever.
I'm reworking my Windows 85/86 program, and would like to know if there is any way to shrink this code:
Repeat AnsgetKeyEndIf Ans≠[a getKey value]Goto [label]