Next: , Previous: system, Up: Functions


1.14.1.55 word

`word("string",n)` returns the nth word in string. For example, `word("one two three",2)` returns the string "two".