Invert boolean result
Syntax
Invert{Boolean <expr>}
Description
This Will invert the boolean result . If true then will return false or false then return true
Example
invert{true}
This will return false