Skip to content
Martin Danielsson edited this page Jul 23, 2015 · 2 revisions

Modulo operator. Divides n by divisor and returns the remainder.

What Type
Syntax Modulo(n, divisor)
n int
divisor int
Return type int
Clone this wiki locally