Reference+
Name
! (logical NOT)
Description
Inverts the Boolean value of an expression. Returns true if the expression is false and returns false if the expression is true. If the expression (a>b) evaluates to true, then !(a>b) evaluates to false.
Examples
Syntax
!expression
Parameters
expressionany valid expression
Related
👁 Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
