| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
Operationlist L1 = list L2
->
elt-alg^boo
DescriptionNote: The component-wise test especially implies one of the lists can contain holes at positions beyond the scope of the other list. OTOH, Holes within the scope of both lists have to be holes component-wise. ExamplesL1:=[1,,3,4]; L2:=["foo",,3,4*I,2*I];
L1:=L2;
L3:=[1,,3,4]; L4:=[1,,3,4,,,];
L3=L4;
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |