User Tools

Site Tools


crpl:docs:add

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Math Commands

add

ArgumentsResultNotation
Two items on the stackThe sum of two items n1 n2 – n3

Description

Adds the two arguments together and pushes the result on the stack.

Examples

ShowTraceLog
4 5 add Trace
#Adds 4 and 5, then traces the result.  You should see a 9 appear in the trace log.
crpl/docs/add.1412190170.txt.gz · Last modified: 2015/02/04 12:21 (external edit)