The Idea
A NOT operator you can use to negate:
- the whole line
- the argument
Possible Syntax (Line-Level)
n> as in NOT ->
N> as in same
!! as in negation symbol
no as in well no
x> as in cross
X> as in same
-< as in reversed logic (i like this - looks goofy)
Possible Syntax (Argument-Level)
This is pretty much going to be...
[NOT <whatever you were to put here>] with compatibility for [NOT [....
Could also be ![....] but I prefer the first.
This requires #17 to be done first, as that will implement groups.
The Idea
A
NOToperator you can use to negate:Possible Syntax (Line-Level)
n>as inNOT ->N>as in same!!as in negation symbolnoas in well nox>as in crossX>as in same-<as in reversed logic (i like this - looks goofy)Possible Syntax (Argument-Level)
This is pretty much going to be...
[NOT <whatever you were to put here>]with compatibility for[NOT [....Could also be
![....]but I prefer the first.This requires #17 to be done first, as that will implement groups.