This mod[n,x] function will divide n by x and return the remainder.
var a:=mod[7,2]; var y; y:=mod[a,a];