# $EPIC: rightw.txt,v 1.4 2007/03/02 02:32:04 jnelson Exp $
$rightw(<count> <word list>)
Useful when you want to get the last few words in a word list.
The last <count> words from <word list>.
$rightw(2 hello there how are you?) returns "are you?" $rightw(-1 hello there bob) returns nothing $rightw(7 hello there bob) returns "hello there bob"
This function first appeared in “plus-2” (post-ircII, pre-EPIC)