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

Added bounds checking for ">" - can't go above 35
(Fixed typo - I think. From If Str4="]" and L<sub>1</sub>(P)=0:Then to If Str4="]" and L<sub>1</sub>(P)≠0:Then (line 45))
(Added bounds checking for ">" - can't go above 35)
Line 64:
End
End
If Str4=">":Then
P+1→P
If P>35:Then
Disp "PTR OUT OF RANGE"
Stop
End
End
End
Anonymous user