Modulo

Modulo

n @ m returns the rest of the integer division of n by m.

 Example :  152 @ 3 -> 2

 Syntax : < n > @ < m > | mod( n, m )

Converted with gtoh, © 24.06.1997 N. DARNIS