Browse Source

Add reverse function application to list of operators

David Peter 2 years ago
parent
commit
8ae0ce2d29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      book/src/operators.md

+ 1 - 0
book/src/operators.md

@@ -14,6 +14,7 @@
 | subtraction               | `-`                  |
 | subtraction               | `-`                  |
 | addition                  | `+`                  |
 | addition                  | `+`                  |
 | unit conversion           | `->`, `→`, `➞`, `to` |
 | unit conversion           | `->`, `→`, `➞`, `to` |
+| reverse function call     | `//`                 |
 
 
 Note that *implicit* multiplication has a higher precedence than division, i.e. `50 cm / 2 m` will be parsed as `50 cm / (2 m)`.
 Note that *implicit* multiplication has a higher precedence than division, i.e. `50 cm / 2 m` will be parsed as `50 cm / (2 m)`.