Name
unloop:core — compiling primitive
Synopsis
FORTH
UNLOOP
( -- )(
)
;
p4:"unloop";
Description
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.
dpANS .6.1.2380
- standard forth word