Skip to content

Commit dbc15ea

Browse files
committed
Add missing Execute operator type in docs
1 parent eb8bd92 commit dbc15ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/docs/Operators

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ still uses array_get). Sub-strings within strings may be pulled out using the br
6262
<code>array(1, 2, 3)[1..2]</code> returns an array with 2 elements in it, namely 2 and 3. <code>'string'[0]</code> returns
6363
's', and <code>'string'[0..1]</code> returns 'st'.
6464
|-
65+
| ''Execute''
6566
| %%NOWIKI|( )%%
6667
| {{function|execute}}
6768
| Left

0 commit comments

Comments
 (0)