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

Content added Content deleted
(Fixed typo - I think. From sub(Str,A,1)→Str4 to sub(Str4,A,1)→Str4 (line 22))
(Oops, I meant to change it to Str1)
Line 23: Line 23:
End
End
For(A,2,length(Str3))
For(A,2,length(Str3))
sub(Str4,A,1)→Str4
sub(Str1,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)