Note: This is a work in progress and will be formatting errors. Read more about the project on the home page. Arithmetic operators-Makes the number to its right negative or subtracts the number on the right from the number on the left.
+Adds the number on the left to the number on the right.
*Multiplies the number on the left by the number on the right.
/Divides the number on the left by the number on the right.
^Raises the number on the left to the power of the number on the right.
divDivides the number on the left by the number on the right and ignores any remainder.
modDivides the number on the left by the number on the right and returns the remainder.
Related Topics |
Version 0.7b1 (March 24, 2022)