Name !_
Definition ! (a:val(bool)) : expr(bool)
Example if !fooey(a) then print("foo")
Defined in ops.l
Implementation icode
Infix !_ : infix(180,none).
Description Boolean NOT function.