set_union! (public, deprecated)

 set_union! u-name v

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Computes the union of the set stored in the variable named $u-name in the calling environment and the set v, sets the variable named $u-name in the calling environment to that union, and also returns that union.

Parameters:
u-name (required)
v (required)

Testcases:
No testcase defined.
[ show source ]
Show another procedure: