continue-loop
define-number cont_loop = 300 start-loop repeat 1000 use i start-with 1 if-true i equal cont_loop continue-loop end-if @Completed <<p-num i>> loops so far end-loop