?DO ?CSP ?DUP
?DO .. LOOP ( end start -- )  
smart-word ansi .6.2.0620 <CORE>
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.

reference: p4_Q_do in ../src/core.c:2096, export CS ?DO