Index
Arithmetic

sub

<-a <-b sub ->result

Description

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

Examples

trace(44 2 sub) #prints '42'

Index