not.Rdinvert a bool value, i.e. TRUE => FALSE, FALSE => TRUE
not(bool)
| bool | The bool to invert |
|---|
Instead of the traditional inversion of boolean values using !(bool), here we provide a more lispy style inversion function called 'not'. This can be applied to boolean functions as a simple function call.
Jay Morgan