Function: cl--block-throw
cl--block-throw is a function alias for throw, defined in eval.c.
Signature
(cl--block-throw TAG VALUE)
Documentation
Throw to the catch for TAG and return VALUE from it.
Both TAG and VALUE are evalled.