diff options
| author | 2018-10-08 11:48:43 +0200 | |
|---|---|---|
| committer | 2018-10-08 11:48:43 +0200 | |
| commit | 18dde796ae61efd1699fb52e5aa16492bfd6bc54 (patch) | |
| tree | 3dc97d113eb9c3c84abe2d04a392b290503e1d5b /HelpMe.md | |
| parent | f832bd136539c8ef605c94d26248a5435225ac60 (diff) | |
| download | OneRoll-18dde796ae61efd1699fb52e5aa16492bfd6bc54.tar.gz OneRoll-18dde796ae61efd1699fb52e5aa16492bfd6bc54.zip | |
Update HelpMe.md
add integer division
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -433,6 +433,14 @@ Result: 3.5 Roll 2 dice and add 3 to the sum of those dice. Then the result is used for rolling dice. +> 15|6 + +Result: 2 + +> 15/6 + +Result: 2.5 + ## Arithmetic and Dice It is possible to use arithmetic opearation on dice. Please pay attention that the default operation to translate a |