modulo

Returns number modulo

Syntax:
result = expression mod value

Example:
for n=1 to 30
    print n mod 5
next

will print series of numbers ranging from 0 to 4