A+B: Difference between revisions

148 bytes added ,  2 months ago
(+BabyCobol)
(One intermediate revision by the same user not shown)
Line 2,811:
 
PAUSE</syntaxhighlight>
 
=={{header|Fennel}}==
{{trans|Lua}}
<syntaxhighlight lang="fennel">
(let [(a b) (io.read :*number :*number)]
(print (+ a b)))
</syntaxhighlight>
 
=={{header|Fhidwfe}}==
62

edits