aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 22:29:13 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 22:29:13 -0600
commitbe2c32eadb4c6ff8ff0366fc3a19670faa0b59c7 (patch)
tree3eea5094528e044efd2dc88b784b3503bc31c110
parent9ebd8777928e175b5eabd3581a7c9ac70c584060 (diff)
asterisk
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 67b156a..be7556b 100644
--- a/readme.md
+++ b/readme.md
@@ -168,7 +168,7 @@ the amount of `x` which exist; *or, if* `x` *is a list*: the amount of items in
all of the elements of list `x`
### `:_`
-`z`, as defined in the word list; *this operator is equivalent to `x::=X`
+`z`, as defined in the word list; *this operator is equivalent to* `x::=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.