ShaneIsMe
24-07-2007, 11:52 AM
Does anyone do TI-Basic programming? TI-Basic programming is programming on a TI-Basic Calculator (Texas Instruments) I do it all the time in class. It's pretty fun, i made a really stupid program today that added the number 1 continuously, it took about 30 minutes to get to 80000 starting from one... :P
Looked a bit like this: (Pseudocode)
Clear home
lbl A
0 -> M
1 + M -> M
Display M
goto A
real hard:rolleyes: this was just an example, i do more stuff than that.
Looked a bit like this: (Pseudocode)
Clear home
lbl A
0 -> M
1 + M -> M
Display M
goto A
real hard:rolleyes: this was just an example, i do more stuff than that.