EusLisp is an integrated programming system for the research on intelligent robots based on Common Lisp and Object-Oriented programming. [Manual](http://euslisp.github.io/EusLisp/manual.html ) [マニュアル](http://euslisp.github.io/EusLisp/jmanual.html )
Apparently it can be difficult to know when you can return and when you must use return-from, and in the latter case which blocks are available to be returned from.
I'm not sure if we have demand for this, but I added a sys:list-all-blocks so am sending a PR.
Apparently it can be difficult to know when you can
return
and when you must usereturn-from
, and in the latter case which blocks are available to be returned from.I'm not sure if we have demand for this, but I added a
sys:list-all-blocks
so am sending a PR.@koga-yu