Mod

Parameters

None

Description

Basically, this will divide your number as many times as possible by the divisor, then return you the remaining amount.

Example

; MOD Example

; Divide 10 by 3 until you reach a point that you can't ; Then print the remaining value - in this case, 1 Print 10 MOD 3

Index

Click here to view the latest version of this page online