Home / lang / div 
DIV
Syntax
Quotient = Number AS Integer DIV Number AS Integer

Calculates the quotient of two Integer numbers, rounding down.

This is a synonymous for the \ operator.

Example
PRINT 20 DIV 7, 21 DIV 7

2 3


See also
Arithmetic Operators  MOD