WORD

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 11:28, 4 March 2016 by Jw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
var := WORD index word0 [ … wordn ]

Calling the STx command WORD with the integer argument index will return its argument wordindex, provided index is in the range of 0…n. If it is not, the STx command will return the empty string.

i
The zero-based index of the argument ("word") to return (0 ≤ in).
word0 [ … wordn ]
a list of string arguments, separated by blanks

See also the STx command KEYWORD.

Navigation menu

Personal tools