>>-word(n)-----------------------------------------------------><
Returns the nth whitespace-delimited word in the receiving buffer or the null string if the receiving buffer has fewer than n words. The n must be a positive whole number. This method is exactly equivalent to receiving_buffer~subWord(n,1)
.