$$ List ::= "<" Expression {"," Expression} ">" .
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.>