From the NannyMUD documentation
2000-12-16
NAME
continue - Continue a loop.SYNTAX
continue;DESCRIPTION
Continue work similarly to break only it does't finish the loop, it just aborts the rest of this turn in the loop.SEE ALSO
do in LPC/doSEE ALSO
for in LPC/forSEE ALSO
foreach in LPC/foreachSEE ALSO
while in LPC/do while in LPC/whileSEE ALSO
switch in LPC/switchSEE ALSO
break in LPC/break