Functions: Not Function - Wynntils/Wynntils GitHub Wiki

Not function

Aliases

None

Description

Returns the negation of a boolean value.

Arguments

This function has 1 required argument.

  • value (Boolean) → The boolean to be negated.

Schematics

NOT(<value>) → (Boolean)

Example

NOT(FALSE)  TRUE
⚠️ **GitHub.com Fallback** ⚠️