The not command returns the oppisite of the given bool
not [bool]
name: 'bool' min: 1 max: 1 arguments: - bool return: bool
>>> not true False >>> not false True