This is an old revision of the document!
⇐ Index
<-a <-b mod ->result
Perform integer division and returns the value (modulo) of the difference.
See mod2 for a different treatment of negative numbers,
trace(5 3 mod) #prints '2'