Jump to content

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

Fixed a few copy errors, I wish TI-BASIC had custom variable names for strings...
(You can add 0's one at a time to extend the array as needed)
(Fixed a few copy errors, I wish TI-BASIC had custom variable names for strings...)
Line 38:
A+1→A
While A≤length(Str3) and B≠0
If sub(Str1Str3,A,1)="["
B+1→B
If sub(Str1Str3,A,1)="]"
B-1→B
A+1→A
Line 50:
A-1→A
While A≥0 and B≠0
If sub(Str1Str3,A,1)="["
B-1→B
If sub(Str1Str3,A,1)="]"
B+1→B
A-1→A
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.