Skip to content

Commit e646a93

Browse files
committed
Add env info
1 parent c83a35c commit e646a93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Language-Definition.md

+8
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,11 @@ Braces `{` `}` can be omitted:
259259
```expr
260260
filter(Tweets, len(.Value) > 280)
261261
```
262+
263+
## `env` variable
264+
265+
The `env` variable is a map of all variables passed to the expression.
266+
267+
```expr
268+
Foo.Name == env['Foo'].Name
269+
```

0 commit comments

Comments
 (0)