Operators
The engine can process the following operators:
Precedence | Operator | Function |
---|---|---|
1 | d | dice definition |
2 | -, + | number sign |
& | dicepools with multiple dice | |
3 | ! | faculty |
^ | power | |
4 | * | multipliction |
/ | division | |
\ | integer division | |
% | modulo | |
5 | + | addition |
- | subtraction | |
6 | = | assignment |
x | repetition |