Description Usage Arguments Details Value Author(s) Examples
invert a bool value, i.e. TRUE => FALSE, FALSE => TRUE
1 | 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.
Inverse bool of input
Jay Morgan
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.