Top

Name

not — Returns true if its argument is false, and false otherwise.

Synopsis

boolean not ( obj boolean );
 

Description

This function returns true if its argument is false, and false otherwise. If the argument is not a value of boolean type, it will be converted to boolean first.

Parameters

obj

Boolean value

Return Types

Boolean

Examples

Example 24.606. 


        

See Also

boolean()