nstcl  >  Documentation  >  nstcl-misc  >  set_difference!

Tcl Powered!

set_difference!

NAME

set_difference! — Compute and update the difference of two sets

SYNOPSIS

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

::nstcl::set_difference! set_name set

DESCRIPTION

Computes the difference 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 difference, and also returns that difference.

KEYWORDS

misc, nstcl