List
List(e1, e2, ..., ei)or
{e1, e2, ..., ei}represents a list containing the elements
e1...ei.
Examples
List is the head of lists:
>> Head({1, 2, 3})ListLists can be nested:
>> {{a, b, {c, d}}}{{a, b, {c, d}}}List(e1, e2, ..., ei)or
{e1, e2, ..., ei}represents a list containing the elements
e1...ei.
List is the head of lists:
>> Head({1, 2, 3})ListLists can be nested:
>> {{a, b, {c, d}}}{{a, b, {c, d}}}