aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 21:15:06 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 21:15:06 -0600
commit33052e67bdb51045c94afafc40b2587d10d567b9 (patch)
treeddc911c32d050f260ff5db2d220d0158ac34b712
parent053f0828d098270e3ecd63d2f95c117716cb05c8 (diff)
add operators
-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.