Timeline for Tips for golfing in TI-BASIC
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 7, 2015 at 16:09 | history | edited | lirtosiast | CC BY-SA 3.0 | DelVar is a two-byte token |
| Oct 5, 2015 at 3:17 | comment | added | lirtosiast | After a few minutes of thought, I can think of a couple of scenarios when DelVar can possibly be shortest, like after single-line If statements. | |
| Oct 5, 2015 at 3:16 | comment | added | Conor O'Brien | @ThomasKwa Not xode golf per se, rather, programming on low disk space (TI-83). I don-t have the program right now. I'll get back to you on that. | |
| Oct 5, 2015 at 3:02 | comment | added | lirtosiast | In code golf? When? If you show me the program I think I'll be able to optimize out the DelVar. | |
| Oct 5, 2015 at 2:59 | comment | added | Conor O'Brien | @ThomasKwa It's been useful to me on many instances, esp. when a reset is required partway through execution. | |
| Oct 4, 2015 at 23:38 | comment | added | lirtosiast | This is rarely useful; variables are initialized to 0 by default, and you can zero Y by doing a ZStandard. | |
| Oct 4, 2015 at 23:34 | history | answered | Conor O'Brien | CC BY-SA 3.0 |