Difference between revisions of "Operator Element"
Jump to navigation
Jump to search
→Algebraic Operators
imported>Kyoma |
imported>Kyoma |
||
Line 72: | Line 72: | ||
*'''Div''' - Floating point division | *'''Div''' - Floating point division | ||
*'''Mod''' - Modulus (the remainder of the current value / contents of <mod>) | *'''Mod''' - Modulus (the remainder of the current value / contents of <mod>) | ||
*'''Rand''' - Random number (between 0 and the contents of <rand>). | |||
== Boolean Operators == | == Boolean Operators == |