var := WORD i wordList
à var = 'wordi' or empty if i is not a number or outside the range 0 .. nWords-1
i
The zero-based index of the word to return (0 <= i <= nWords-1).
wordList
A blank separated list of words.
Select a word by index from a list of words. See also KEYWORD.