Rest()
From TinyMUX
[edit]
Rest()
FUNCTION: rest(<string>[, <delimeter>])
[edit]
Description
Rest() takes a string and returns the contents of the string, removing the first element.
[edit]
Examples
think rest(1 2 3 4 5)
2 3 4 5
-or-
think rest(1!2!3!4!5,!)
2!3!4!5
-or-
think rest(Testing the Rest() function!)
the Rest() function!
You may not use a comma (,) as your delimeter; it confuses the command.
