DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

intersect3(TCL)


intersect3 -- return the logical intersection of two lists and exceptions

Syntax

intersect3 lista listb

Description

Intersects two lists, returning a list containing three lists: the first list returned is everything in lista that was not in listb. The second list contains the intersection of the two lists, and the third list contains all the elements that were in listb but were not in lista. The returned lists will be sorted.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003