Execute Brain****/ALGOL 68: Difference between revisions

m
Fixed syntax highlighting.
(Allow for nested [])
m (Fixed syntax highlighting.)
 
Line 2:
 
An implementation of BF in [[ALGOL 68]] for Rosetta Code.
<langsyntaxhighlight lang="algol68">MODE BYTE = SHORT SHORT SHORT INT;
MODE CADDR = BYTE; # code address #
Line 83:
FOR i TO UPB code list DO byte code list[i] := ABS code list[i] OD;
run(byte code list)</langsyntaxhighlight>
9,476

edits