union lista listb Procedure to return the logical union of the two specified lists. Any duplicate elements are removed. Example: package require Tclx union {a b c d e} {d e d f g c} ;# ==> a b c d e f g ---- [Category Command], a part of [Tclx]