Skip to content
Turtle Kitty edited this page Aug 7, 2015 · 4 revisions

error

This operator calls the current error continuation with a single value. It can be any sexy object.

(error 'we-are-screwed)
(error (list 'dammit this that the-other-thing))
(error (: code 42 message "Bad Link!" ))
Clone this wiki locally