Get returns working
This commit is contained in:
@ -138,3 +138,8 @@
|
||||
(defmacro unwind-protect (form &rest unwind-forms)
|
||||
(list 'condition-case form
|
||||
(pair :finally unwind-forms)))
|
||||
|
||||
(defun test ()
|
||||
(return-from test 10))
|
||||
|
||||
(println (test))
|
||||
|
Reference in New Issue
Block a user