aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 75fb009..3258e95 100644
--- a/readme.md
+++ b/readme.md
@@ -81,6 +81,9 @@ the two operands are denoted as `x` and `y` in these definitions. they are the f
### `>_`
`y` which is via `x`
+### `<`
+`x` which directly affects `y`
+
### `&`
`x` and `y`
@@ -111,6 +114,9 @@ a hypothetical `y` which exists according to/in the perspective of `*_x`
### `#_`
`x` number of `y`
+### `*`
+`y` composed of `x`
+
## unary operators
the unary operators, when used, evaluate to their definitions below.