Numerical Operators

Scrybe supports addition, subtraction, multiplication, division, and modulus. Exponentiation is also supported, and has been optimized to use as few blocks as possible. However, use this operation sparingly, because it can take many blocks to do each time.


Here are the symbols for each of these operators:

Operation Symbol
Addition +
Subtraction -
Multiplication *
Division /
Modulus %
Exponentiation **