try-and-catch
macro
(try-and-catch &body forms)
Executes forms. Returns an exception object if an exception is thrown.
forms
make-html > (try-and-catch (+ 3 hello)) Undefined variable: make-html::hello