cl-return
cl-return is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-return &optional RESULT)
Return from the block named nil.
This is equivalent to `(cl-return-from nil RESULT)'.
cl-macs.el
'.
(cl-return &optional RESULT)
Return from the block named nil.
This is equivalent to `(cl-return-from nil RESULT)'.