DIV Example

10    IF (8 DIV 3.0)=(FIX(8/3.0)) THEN PRINT "Good."
20    END