$not
Usage: $not(x)
Category: conditional
Description:
Returns true if x
is empty.
Warning
Formatting the code using characters such as spaces, tabs or newlines can affect the result of the function.
Example:
The following statements will return the values indicated:
$set(foo,)
$not(%foo%) ==> "1" (False)
$not(x) ==> "" (True)
$not( ) ==> "" (True)
$not() ==> Error