<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#math_commands|Math Commands]] ===== sub ===== <-a <-b sub ->result === Description === Subtracts the second argument from the first (i1-i2) and pushes the result on the stack. === Examples === 5 3 sub Trace #Displays 2