diff options
| author | 2018-09-28 10:28:24 +0200 | |
|---|---|---|
| committer | 2018-09-28 10:28:24 +0200 | |
| commit | 8bb4e7a3befc6ce549b631d8a83b9ba69ed73b7a (patch) | |
| tree | 2467c46f22424fadb36fdb9470f4adaaaa6f8da8 /HelpMe.md | |
| parent | 49567f95bf6985707fcf8c2836c761ce39602636 (diff) | |
| download | OneRoll-8bb4e7a3befc6ce549b631d8a83b9ba69ed73b7a.tar.gz OneRoll-8bb4e7a3befc6ce549b631d8a83b9ba69ed73b7a.zip | |
add integer division operator
Diffstat (limited to 'HelpMe.md')
| -rw-r--r-- | HelpMe.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -463,7 +463,11 @@ Result: 16 > 1d10^2 +> 15|2 +Integer division of 15 by 2. Result: 7 +> 15/2 +Division of 15 by 2. Result: 7.5 ## Validator |