From 33052e67bdb51045c94afafc40b2587d10d567b9 Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 21:15:06 -0600 Subject: add operators --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3