diff options
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ a hypothetical `y` which exists according to/in the perspective of `*_x` ### `*` `y` composed of `x` +### `@,` +a list containing the list `x`'s values with the lambda `y` applied to them, in order. + ## unary operators the unary operators, when used, evaluate to their definitions below. |
