ignore-errors
macro
(ignore-errors &body forms)
Executes forms. Returns null if an exception is thrown.
forms
null
make-html > (ignore-errors (+ 3 hello)) it: null