From 4a602b28bcf857cf045acbf5d0669d1961da02be Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 02:06:14 -0600 Subject: >_ operator --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) 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` -- cgit v1.2.3