Syntax
expression 1 % expression 2
Description
Procuces the remainder after division of expression 1 by expression 2. If expression 2 is zero, the remainder is zero.
Examples
7 % 5 ; evaluates to 2
expression 1 % expression 2
Procuces the remainder after division of expression 1 by expression 2. If expression 2 is zero, the remainder is zero.
7 % 5 ; evaluates to 2