aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`