# not

## Description

'not' operator is a Boolean operator that returns true when the operand is false, and returns false when the operand is true. Essentially, the operator reverses the logical value associated with the expression on which it operates.

## Input / Parameter

| Name   | Description                      | Input Type | Default | Options | Required |
| ------ | -------------------------------- | ---------- | ------- | ------- | -------- |
| value1 | The input to be checked against. | Boolean    | -       | -       | Yes      |

## Output

| Description                                                 | Output Type |
| ----------------------------------------------------------- | ----------- |
| Returns true if operator is false, returns false otherwise. | Boolean     |

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
