not
not(g_obj) =>t/nil
Description
Same as the ! operator. Returns t if the object is nil, and returns nil otherwise.
Arguments
Value Returned
Examples
(not nil)
=> t
(not 123)
=> nil
(not t)
=> nil
Related Topics
Return to top
not(g_obj) =>t/nil
Same as the ! operator. Returns t if the object is nil, and returns nil otherwise.
(not nil)
=> t
(not 123)
=> nil
(not t)
=> nil