DIV
Returns the quotient of an integer divide operation.
Usage:
|
PRINT "Miles =";Feet DIV 5280
|
Description:
The result of DIV is an INTEGER if both arguments are INTEGER and REAL otherwise. If the divisor is zero, an error is returned. The definition of A DIV B is
See Also: