nstcl  >  Documentation  >  nstcl-misc  >  set_union!

Tcl Powered!

set_union!

NAME

set_union! — Compute and updat the union of two sets

SYNOPSIS

package require nstcl-misc ?1.0?
package require nstcl ?1.0?

::nstcl::set_union! set_name set

DESCRIPTION

Computes the union of the set stored in the variable named set_name in the calling environment and the set set, sets the variable named set_name in the calling environment to that union, and also returns that union.

KEYWORDS

misc, nstcl