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