(if-not [test then] [test then else])Evaluates test. If logical false, evaluates and returns then expr,
otherwise else expr, if supplied, else nil.
Examples
No examples yet. Be the first to add one!
(if-not [test then] [test then else])No examples yet. Be the first to add one!