Pascal's integer division operator. Returns the quotient with any fractional part discarded. For example, `7 div 2` evaluates to `3`. Contrasted with `/`, which returns a `Real` result. (Ch. 3)