Next: , Previous: system, Up: Functions


1.13.1.52 word

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