Skip to content

Commit

Permalink
docs: putout-script: linked args
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Jul 25, 2023
1 parent 967d10c commit 366225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/putout-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The `__args` value abstracts away a sequence of zero or more arguments, for `(__

## `__args__a`

`__args` can be linked. **Linked args** can be used to link to values with the same [`Expressions`](https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#expression-and-statement), `Identifiers`(https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#identifier) or [`Literals`](https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#literal)): `((__args__a) => __c(__args__a))(__args__b)` will find:
`__args` can be linked. **Linked args** can be used to link to values with the same [`Expressions`](https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#expression-and-statement), [`Identifiers`](https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#identifier) or [`Literals`](https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#literal)): `((__args__a) => __c(__args__a))(__args__b)` will find:

```js
fn(value);
Expand Down

0 comments on commit 366225e

Please sign in to comment.