From 71d9e028f109e25ff39a58da8fc220f55b66f576 Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 22:31:13 -0600 Subject: @, operator --- readme.md | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3