LISTS

From TinyMUX
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().