class

Myst::Not

Inherits Myst::UnaryOp / Myst::Node / Reference / Object

A logical-not expression. Evaluates the truthiness of the value and returns the opposite.

'!' postfix_expression

For anything less precedent than a postfix expression (e.g., a + b), parentheses can be used around the expression (e.g., !(a + b)).