Execute Brain****/TI-83 BASIC: Difference between revisions

Content added Content deleted
(Added bounds checking for ">" - can't go above 35)
(Oops! I meant to change it to Str3!)
Line 23: Line 23:
End
End
For(A,2,length(Str3))
For(A,2,length(Str3))
sub(Str1,A,1)→Str4
sub(Str3,A,1)→Str4
If Str4="+"
If Str4="+"
L<sub>1</sub>(P)+1→L<sub>1</sub>(P)
L<sub>1</sub>(P)+1→L<sub>1</sub>(P)