?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.

core compiling primitive