aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 02:06:14 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 02:06:14 -0600
commit4a602b28bcf857cf045acbf5d0669d1961da02be (patch)
tree32ba046af2e78b515d1c033f176045d45a36db5a
parent422ade1efdd03afcc8c9cd85332d92806dfdab24 (diff)
>_ operator
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b25f859..db293e3 100644
--- a/readme.md
+++ b/readme.md
@@ -54,6 +54,7 @@ CR makes no distinction between statements such as "the/a person who is thinking
```
g>:f
```
+
## operator side-effects
some operators have **side-effects** which means that
@@ -70,6 +71,9 @@ the two operands are denoted as `x` and `y` in these definitions. they are the f
### `>:`
`x` which manifests `*_y`
+### `>_`
+`y` which is via `x`
+
### `&`
`x` and `y`