Node: Lists, Next: , Previous: Strings, Up: Values



6.3.4 Lists

A list is an ordered sequence of values. The values are separated by commas and enclosed in angle brackets:

     <element1, element2, ...>
     

A list may as well be empty. The elements in a list may be arbitrarily complex; they may also be lists or records.