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

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to