Something like: ```lisp (unless nil (println "OK") (printn "OK")) ``` This allows mulitple body-statements, and is nicer than being forced to use `do` inside an `if`. Implement for our compiler _and_ inception.
Something like:
This allows mulitple body-statements, and is nicer than being forced to use
doinside anif.Implement for our compiler and inception.