TinTin++ Mud Client Manual |
RETURN Command: #return {text} This command can be used to break out of a command string being executed. If used inside a #function you can use #return with an argument to both break out of the function and set the result variable. Related: break, continue, foreach, list, loop, parse, repeat and while. |