LISTS - luxembourg/muxcode-clm GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️