GESTEP(x[,y])
GESTEP function tests if x is >= y, returning 1 if it is so, and 0 otherwise. y is optional, and defaults to 0.
GESTEP(5,4) equals 1.
DELTA.