SUM

Synopsis
SUM addend1 addend2
(SUM addend1 addend2 ...)
addend1 + addend2
Description

Outputs the sum of its inputs. If no inputs are given, then SUM outputs 0.

Example
SHOW 2 + 3
5
SHOW (SUM 1 2 3)
6

SourceForge.net Logo