Math operators

Onyx has the following standard binary operators:

OperatorUseWorks on
+Additionintegers, floats, multi-pointers
-Subtractionintegers, floats, multi-pointers
*Multiplicationintegers, floats
/Divisionintegers, floats
%Modulointegers

Onyx also has the standard unary operators:

OperatorUseWorks on
-Negationintegers, floats