TinTin++ Mud Client Manual  
Return
space
Syntax: #return {text}
space
The return command can be used in an #if check to break out of a command string being executed.
space
In a #function you can use #return with an argument to both break out of the function and set the result variable.
space