Conditional Improvements
- Adds
!
as an alias for thenot
builtin-
if ! ...
will now work
-
- Fixes builtin usage within if statement conditionss
-
if not ...
will now work
-
- Closes #792 (closed)
- Closes #793 (closed)
!
as an alias for the not
builtin
if ! ...
will now workif not ...
will now work