
So, I was trying to make a program until I came across an accident that could be programming-life changing. On the graph screen, if you input text and slam an answer (Real, imaginary, complex, string, doesn't matter) on the home screen, you just put the graph image on the home screen, w/o using any assembly programs or libraries! Consider this Celtic III program as an example:
ClrHome
AxesOff
PlotsOff
FnOff
1+real(11 //Gets the calculator model being used, 0 being the 83+, 1 being the 83+SE, 2 being the 84+, 3 being the 84+SE,
Text(15,0,"TI-"+sub("83+**83+SE84+**84+SE",5Ans-4,5 //Replace * with spaces
det(4,3 //Gets the OS version. Kind of buggy, still works
expr(sub(Ans,1,1)+"."+sub(Ans,3,2→A //gets rid of the "CubigReg", replaces with a decimal and turns it to a real number
If max(Ans={2.53,2.55:det(1,Ans)+"MP //det(1,... converts any real numbe or list to a string, works like the 84+CE toString() command
Text(22,0,Ans
det(4 //Free RAM
If Ans>999
det(1,iPart(.001Ans))+"K
Text(29,0,"RAM FREE: ",Ans //3 spaces between : and "
det(4,1 //Free ROM (Archive)
If Ans>999
det(1,iPart(.001Ans))+"K
Text(29,0,"ROM FREE: ",Ans //3 spaces between : and "
"Welcome!
Pretty cool, huh? I'm suprised the OS would allow you to do this. This could be a good idea for a warm-welcome for a start-up program!
Hewwo, my name is Achak Claw. I was formerly BioHazard.