?DO
* ?DO ( end start -- ) .. LOOP

start a control-loop just like DO - but don't execute
atleast once. Instead jump over the code-piece if the loop's
variables are not in a range to allow any loop.

FORTH/ANS core (dpANS.6.2.0620) compiling primitive