Negation Function #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A not function would be really nice to be able to use. Something along the lines of
not $var &var
to set &var to the negation of boolean $var.You can do this with with a little bit of jumping around, but this shouldn't be too hard to implement as a standard feature. Will do this soon
Feature added in commit #50d83aa228