⇐ Index ⇐ Arithmetic
<-a <-b add ->result
Adds two arguments together and pushes the result on the stack.
trace(21 21 add) #prints 42
⇐ Index