Name

plus-loop:core — compiling primitive

Synopsis

FORTH

+LOOP ( increment -- )();
p4:"plus-loop";

Description

compile ((+LOOP)) which will use the increment as the loop-offset instead of just 1. See the DO and LOOP construct.

dpANS .6.1.0140 - standard forth word