create_set
create_set
Description
Arguments
Value Returned
Examples
The following example creates a Tcl variable that contains the set identifier for an empty set.
set myset [create_set]
You can use the $myset variable as an argument for other commands that require a set identifier as an input.
Related Topics
Return to top