From the NannyMUD documentation
2000-12-16
NAME
return - Return from a function.SYNTAX
return;SYNTAX
returnDESCRIPTION
Return jumps directly out of a function returning the given value to the calling function. If no expression is given, 0 is returned.SEE ALSO
while in LPC/do while in LPC/while