Browse Source

Update README.md

pull/148/head
kallestenflo 9 years ago
parent
commit
9dc14002ab
  1. 4
      README.md

4
README.md

@ -61,7 +61,7 @@ Operators
| `[start:end]` | Array slice operator |
| `[?(<expression>)]` | Filter expression. Expression must evaluate to a boolean value. |
<!---
Functions (not released yet)
---------
@ -75,7 +75,7 @@ The function output is dictated by the function itself.
| %avg() | Provides the average value of an array of numbers | Double |
| %stddev() | Provides the standard deviation value of an array of numbers | Double |
| %length() | Provides the length of an array | Integer |
-->
Path Examples
-------------

Loading…
Cancel
Save