(let s "") (if (empty? s) (print "empty")) (if (not (empty? s)) (print "not empty"))