Multiplicative Operators
Selects the operator for a multiplicative expression.
There are 3 multiplicative operators: *, /, and %.
For example, it can be used like this:

and would produce the following Essence Output:
4 / 12
See here for further information surrounding arithmetic operators.