diff options
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/language/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md index bc20f4316..f201bbded 100644 --- a/doc/manual/src/language/index.md +++ b/doc/manual/src/language/index.md @@ -339,6 +339,8 @@ the rest. <tr> <td> `{ x, y } @ args: x + y` + + `args @ { x, y }: x + y` </td> <td> A function that expects a set with required attributes `x` and `y`, and binds the whole set to `args` |