+LOOP +! +TO
+LOOP ( increment -- )  
smart-word ansi .6.1.0140 <CORE>
compile ((+LOOP)) which will use the increment as the loop-offset instead of just 1. See the DO and LOOP construct.

reference: p4_plus_loop in ../src/core.c:0268, export CS +LOOP