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