diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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` |
