TLO:list

From the wonderful RedGuides Wiki

Holds the "list" datatype

This TLO is added by MQ2Collections

Forms

Access to Types

Type Description
list A sequence of items in which it is possible to remove items from the ends or from arbitrary positions by index. The 'front' of the list is called the Head and the 'rear' the Tail. Items in the list may be indexed by ordinal position, with zero indicating the first item.

See also