;; Skip: demonstrates a known language limitation (conditional def may not bind) (do (do (if false (def x "hh")) ) (print x) )