A logical operator in programming. This is mostly seen in BASIC-based languages. It is what it sounds like — the logical converse of If. So
IfNot bool
is equivalent to
If !bool
Microsoft has recently patented this operator. Obviously, the efficiency of Windows is due to the cleverness of their programmers, who never waste the opportunity to contract two reserved symbols into one.