aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 22:31:13 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 22:31:13 -0600
commit71d9e028f109e25ff39a58da8fc220f55b66f576 (patch)
treef821720cfe6ed5967d4694885ef94ef80efad1f1
parentbe2c32eadb4c6ff8ff0366fc3a19670faa0b59c7 (diff)
@, operator
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index be7556b..ca1e43a 100644
--- a/readme.md
+++ b/readme.md
@@ -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.