diff options
| -rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
