wordLength >>-wordLength(n)----------------------------------------------->< Returns the length of the
[n]
th
whitespace-delimited word in the receiving
string or String class - wordLength method "Now is the time"~wordLength(2) -> 2 "Now comes the time"~wordLength(2) -> 5 "Now is the time"~wordLength(6) -> 0 |