Instantly share code, notes, and snippets.
The context outter_proc was calling can not return, the same as defining proc into a method, method has return, but you cant return from an exited method.
This comment has been minimized.
The context outter_proc was calling can not return, the same as defining proc into a method, method has return, but you cant return from an exited method.