REDUCE

Lists

A list is an object consisting of a sequence of other objects (including lists themselves), separated by commas and surrounded by braces. Examples of lists are:

        {a,b,c}

        {1,a-b,c=d}

        {{a},{{b,c},d},e}.

The empty list is represented as

        {}.

 4.1 Operations on Lists

Hosted by Download REDUCE Powered by MathJax