set_difference! (public, deprecated)

 set_difference! u-name v

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

Deprecated. Invoking this procedure generates a warning.

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

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

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) set_difference! set_difference! set_difference!->ad_log_deprecated

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