فهرست منبع

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