@verb #5494:"say" any any any rdo #9799 @program #5494:"say" any any any "Echo the text." pass(@args) fork (1) if (length(args) > 2) $msg:mtell("echo", args[length(args) - 1] + " " + args[length(args)]) suspend(1) endif $msg:mtell("echo", args[length(args)]) endfork .