jan tolenaar / kiezellisp / index-of-everything

Name

throw

Usage

special-form

Syntax

(throw exception)

Description

Throws an exception.

make-html > (throw (lisp-exception:new "Bad things happened."))
Bad things happened.