Skip to content

Commit 3e7d20e

Browse files
committed
Update Language-Definition.md
1 parent 0271673 commit 3e7d20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Language-Definition.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ syntaxes.
88
The package supports:
99

1010
* **strings** - single and double quotes (e.g. `"hello"`, `'hello'`)
11-
* **numbers** - e.g. `103`, `2.5`
11+
* **numbers** - e.g. `103`, `2.5`, `.5'
1212
* **arrays** - e.g. `[1, 2, 3]`
1313
* **maps** - e.g. `{foo: "bar"}`
1414
* **booleans** - `true` and `false`
@@ -155,6 +155,7 @@ user.Age > 30 ? "mature" : "immature"
155155
* `one` (will return `true` if exactly ONE element satisfies the predicate)
156156
* `filter` (filter array by the predicate)
157157
* `map` (map all items with the closure)
158+
* `count` (returns number of elements what satisfies the predicate)
158159

159160
Example:
160161

0 commit comments

Comments
 (0)