A+B: Difference between revisions

m
Fix markup
m (Automated syntax highlighting fixup (second round - minor fixes))
m (Fix markup)
Line 1,309:
 
=={{header|AsciiDots}}==
<<syntaxhighlight lang="asciidots">
<Lang AsciiDots>
&-#$-\
.-#?-[+]
.-#?--/
</syntaxhighlight>
</Lang>
 
=={{header|ATS}}==
Line 1,661:
=={{header|BlooP}}==
BlooP and FlooP can't actually read from stdin, but here's the procedure it would use, if it could.
<syntaxhighlight lang="bloop">
<Lang BlooP>
DEFINE PROCEDURE ''ADD'' [A, B]:
BLOCK 0: BEGIN
OUTPUT <= A + B;
BLOCK 0: END.
</syntaxhighlight>
</Lang>
 
=={{header|bootBASIC}}==
10,327

edits