From the NannyMUD documentation

LAST CHANGE

2000-12-16

FUNCTION


NAME

        break - Break a loop or switch.

SYNTAX

        break;

DESCRIPTION

	Break jumps directly out of any loop or switch statement. It
	is a very vital part of every switch statement.

SEE ALSO

        do in LPC/do

SEE ALSO

        while in LPC/do
        while in LPC/while

SEE ALSO

        for in LPC/for

SEE ALSO

        foreach in LPC/foreach

SEE ALSO

        switch in LPC/switch