LISTS

From TinyMUX
Revision as of 19:06, 7 February 2006 by Nhoj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LISTS

A list is a string, usually stored in an attribute (currently any of the va-vz attributes), which is a series of words, separated by one or more spaces. The following would be a list (denoted on the ends by ', which is not actually in the string): 'one two three four five'. The functions First(), Rest(), Cat(), Member(), and Remove(), all work on lists.

Related Topics: Cat(), First(), Member(), Remove(), Rest().