LOOP LOCALS| LOOP_MAGIC
LOOP ( -- )  
smart-word ansi .6.1.1800 <CORE>
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.

reference: p4_loop in ../src/core.c:1424, export CS LOOP