nstcl  >  Documentation  >  nstcl-misc  >  set_append!

Tcl Powered!

set_append!

NAME

set_append! — Conditionally adds an element to a set

SYNOPSIS

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

::nstcl::set_append! set_name element

DESCRIPTION

Adds an element to the set named set_name (in the calling enviroment) if it isn't already a member of said set.

KEYWORDS

misc, nstcl