throw

throw is a built-in function in `C source code'.

(throw TAG VALUE)

Throw to the catch for TAG and return VALUE from it.
Both TAG and VALUE are evalled.