Name
do:core — compiling primitive
Synopsis
FORTH
DO
( end start -- )... LOOP(
)
;
p4:"do";
Description
pushes $end and $start onto the return-stack ( >R )
and starts a control-loop that ends with LOOP or
+LOOP and may get a break-out with LEAVE . The
loop-variable can be accessed with I
dpANS .6.1.1240
- standard forth word