A+B: Difference between revisions

Content added Content deleted
imported>Rowsety Moid
No edit summary
Line 424: Line 424:
lv_output = p_first + p_second.
lv_output = p_first + p_second.
write : / lv_output.</syntaxhighlight>
write : / lv_output.</syntaxhighlight>

=={{header|Acornsoft Lisp}}==
{{trans|Common Lisp}}

<pre>
Evaluate: (print (plus (read) (read)))
3 2
5
</pre>


=={{header|Action!}}==
=={{header|Action!}}==