瀏覽代碼

Add reverse function application to list of operators

David Peter 2 年之前
父節點
當前提交
8ae0ce2d29
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      book/src/operators.md

+ 1 - 0
book/src/operators.md

@@ -14,6 +14,7 @@
 | subtraction               | `-`                  |
 | addition                  | `+`                  |
 | 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)`.