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

Divide operator. Divides two integer values (x / y). Rounds down.

What Type
Syntax Divide(x, y)
x int
y int
Return type int
Clone this wiki locally