batch( * , test) and sets



Try 'set' instead of {...}. This test passes

set(1,2,3);
set(1,2,3)$

So does this test

{1,2,3};
''({1,2,3})$

Barton

-----maxima-bounces at math.utexas.edu wrote: -----


>>??(%i1)?batch("testsets.mac",test);
>>
>>??**********************?Problem?1?***************
>>??Input:
>>??{1,2,3}
>>
>>??Result:
>>??{1,2,3}
>>
>>??This?differed?from?the?expected?result:
>>??{1,2,3}