Execute Brain****/Modula-3: Difference between revisions

m
Fixed syntax highlighting.
(Modula-3 BF interpreter)
 
m (Fixed syntax highlighting.)
 
(6 intermediate revisions by 5 users not shown)
Line 1:
{{implementation|Brainf***}}{{collection|RCBF}}[[Category:Modula-3]]
{{trans|Ada}}
 
This interpreter has(in the[[Modula-3]]) sameis limits as thea [[AdaRosetta Code:Example Translation|translation]] of the [[RCBF/Ada|Ada RCBF interpreter]], interpreterand has the same limits.
 
<langsyntaxhighlight lang="modula3">MODULE Bfi EXPORTS Main;
 
IMPORT Stdio, Wr, Rd, Params, FileRd, Text;
Line 136 ⟶ 135:
 
Wr.PutText(Stdio.stdout, "\n");
END Bfi.</langsyntaxhighlight>
9,482

edits