Rem Ceil(x#) returns the smallest integral value not less than x End Rem for i#=-1 to 1 step .2 print "Ceil("+i+")="+Ceil(i) next