소스 검색

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)`.