Sum
sum expression1 expression2
(sum expression1 expression2 expression3 ...)
expression1 + expression2
Sum of numerical values ofexpressions at the instruction's input.
Example:
print (sum 1 2 3)
print 1 + 2 + 3
Output:
6
6
See also:
+= - add a number
Table of Content