MATH
Jump to navigation
Jump to search
MATH is a language by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff where you make your own operations.
Operations
Operations are defined like this:
operation_name ::= code # With 𝓍 on the left and 𝓎 on the right
e.g.
⅟ ::= 1÷𝓎
Included Operations
+: addition -: subtraction ×: multiplaction ÷: division
Misc.
The final result of the equation is printed. Order of operations is not supported.
Examples
Truth-machine
⊤ ::= 1÷𝓍⊤0 [input]⊤0
Looping counter
∆ ::= 𝓍+1∆0 1∆0