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

m
Fixed syntax highlighting.
m (Categorization now in master page)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 3:
This interpreter (in [[Modula-3]]) is a [[Rosetta Code:Example Translation|translation]] of the [[RCBF/Ada|Ada RCBF interpreter]], and has the same limits.
 
<langsyntaxhighlight lang="modula3">MODULE Bfi EXPORTS Main;
 
IMPORT Stdio, Wr, Rd, Params, FileRd, Text;
Line 135:
 
Wr.PutText(Stdio.stdout, "\n");
END Bfi.</langsyntaxhighlight>
9,476

edits