[CM] list* == unbound variable

Heinrich Taube taube at uiuc.edu
Wed Aug 12 04:50:03 PDT 2009


oh thats a mistake in cm.html, i replaced 'list*' with the more  
general 'concat', which sticks lists and non-lists together.

your example:

print concat(1, 2, 3, {a b c})

any input can be a list:

print concat( 1, {2 3}, 4 ,{a b c})

On Aug 11, 2009, at 10:43 PM, Denis Fitzpatrick wrote:

> print list*(1,2,3, {a b c}) ; from lists.sal
> produces
>>>> Error: list*: unbound variable



More information about the Cmdist mailing list