Additive Operators
Selects the operator for a sum expression.
There are 2 additive operators: +, and -.
For example, it can be used like this:

and would produce the following Essence Output:
5 + 10
See here for further information surrounding arithmetic operators.