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

m
lang tags added
m (lang tags added)
Line 7:
IO is performed with numbers; character IO could be done (using char() and ord() to convert) but the TI-89 has no cursor for user program IO, so it would be necessary to either implement one or buffer output until the program exits or waits for input, in order to display more than one character per line.
 
<prelang style="font-family:'TI Uni'"ti89b>Define bf(Raw) = Prgm
<!-- Should be switched to using a <lang> tag? -->
<pre style="font-family:'TI Uni'">Define bf(Raw) = Prgm
Local valid, raw, BFprog, inst, memory, ip, brackets, memp
"+-.,[]<>" → valid
Line 74 ⟶ 73:
EndIf
EndFor
EndPrgm</prelang>