From the NannyMUD documentation

LAST CHANGE

2000-12-16

FUNCTION


NAME

        return - Return from a function.

SYNTAX

        return;

SYNTAX

        return 

DESCRIPTION

	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