aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 03:31:21 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 03:31:21 -0600
commit053f0828d098270e3ecd63d2f95c117716cb05c8 (patch)
treec7bdfe2520e39f5932d941cf8486a0328921c937
parent6cabcd403e50abb7a606f551e027a455d2351b3f (diff)
&, operator
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 6374454..75fb009 100644
--- a/readme.md
+++ b/readme.md
@@ -140,6 +140,9 @@ the truth value of the statetment "there exists `x`"
### `#`
the amount of `x` which exist; *or, if* `x` *is a list*: the amount of items in list `x`
+### `&,`
+all of the elements of list `x`
+
## clarification: the meaning of `*_x`
the difference between `*_x` and `x` can be thought of like this: if `x` is "dog"/"dogs", then `*_x` is "some dogs" or "a dog". the difference becomes quite relevant when one performs definitions.