(defmacro continue [continue-name & args] "Use in a tail position of a 'handle' form to pass control to the named 'continue' form, passing in the given args. The 'continue' form with the given name and the smallest dynamic scope surrounding the currently running 'raise' will be used." `[::continue '~continue-name [~@args]])
Comments top
No comments for continue. Log in to add a comment.