loop:core — compiling primitive
FORTH
LOOP ( -- )();p4:"loop";
LOOP ( -- )(
)
resolves a previous DO thereby compiling ((LOOP)) which does increment/decrement the index-value and branch back if the end-value of the loop has not been reached.
dpANS .6.1.1800 - standard forth word