7 ms·
from what i can tell, the only things here not supported by CL's LOOP is "continue", and there being named exit points with parameters, though I fail to see the
by Jim_Heckler 4y ago
from what i can tell, the only things here not supported by CL's LOOP is "continue", and there being named exit points with parameters, though I fail to see the usefulness of that when you could just use return.
- touisteur 4y agoYes especially if you can make an inner (embedded) function just for that, that won't spill over the global function namespace. Ada's good in that aspect.