UNLOOP UNDER+ UNSMUDGE
UNLOOP ( -- )  
ansi .6.1.2380 <CORE>
drop the DO .. LOOP runtime variables from the return-stack, usually used just in before an EXIT call. Using this multiple times can unnest multiple nested loops.

reference: p4_unloop in ../src/core.c:1835, export CO UNLOOP