From the NannyMUD documentation

LAST CHANGE

2000-12-16

FUNCTION


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/do

SEE ALSO

        for in LPC/for

SEE ALSO

        foreach in LPC/foreach

SEE ALSO

        while in LPC/do
        while in LPC/while

SEE ALSO

        switch in LPC/switch

SEE ALSO

        break in LPC/break