top | item 33358032

(no title)

Jim_Heckler | 3 years 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.

discuss

order

touisteur|3 years ago

Yes 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.