Modulo n @ m returns the rest of the integer division of n by m. Example : 152 @ 3 -> 2 Syntax : < n > @ < m > | mod( n, m )