From the NannyMUD documentation
2000-12-16
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/doSEE ALSO
while in LPC/do while in LPC/whileSEE ALSO
for in LPC/forSEE ALSO
foreach in LPC/foreachSEE ALSO
switch in LPC/switch