jan tolenaar / kiezellisp / index-of-everything

Name

ignore-errors

Usage

macro

Syntax

(ignore-errors &body forms)

Description

Executes forms. Returns null if an exception is thrown.

make-html > (ignore-errors
                (+ 3 hello))
it: null