Skip to content
Turtle Kitty edited this page Jul 12, 2016 · 2 revisions

fail

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

(fail 'we-are-screwed)
(fail '(dammit this that the-other-thing))
(fail (: code 42 message "Bad Link!" ))

See error.

Clone this wiki locally