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

m
Fixed syntax highlighting.
(use `trans` template instead of `trans subpage`)
m (Fixed syntax highlighting.)
 
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.
 
<langsyntaxhighlight lang="ti89b">Define bf(Raw) = Prgm
Local valid, raw, BFprog, inst, memory, ip, brackets, memp
"+-.,[]<>" → valid
Line 73:
EndIf
EndFor
EndPrgm</langsyntaxhighlight>
9,476

edits