TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Operation

list L1  =  list L2 -> elt-alg^boo

Description

Return `true' iff `L1' contains the same elements as `L2' in the same order, i.e. component-wise.
Note: 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.

Examples

L1:=[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 mack
The KANT Group