Skip to content

Commit

Permalink
Update Language-Definition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Feb 3, 2023
1 parent 0d3b851 commit 4a998c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/Language-Definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,10 @@ array[:] == array

## Built-in Functions

[all()](#all), [any()](#anyarray-predicate), [one()](#onearray-predicate), [none()](#nonearray-predicate)

<table>
<tr>
<td>
<a href="#all">all()</a><br>
<a href="#allarray-predicate">all()</a><br>
<a href="#anyarray-predicate">any()</a><br>
<a href="#onearray-predicate">one()</a><br>
<a href="#nonearray-predicate">none()</a><br>
Expand All @@ -188,7 +186,7 @@ array[:] == array
</tr>
</table>

### all
### all(array, predicate)

Returns **true** if all elements satisfies the [predicate](#predicate).
If the array is empty, returns **true**.
Expand Down

0 comments on commit 4a998c4

Please sign in to comment.