Tcl VOV Extensions
The standard Tcl interpreter is extended with some procedures, defined in the file vovutils.tcl.
Procedure | Description |
---|---|
arglength |
Returns the length of the global variable argv |
lappend_no_dup list [var ...] |
Example:
|
lprepend_no_dup list [var ...] |
Similar to lappend_no_dup , except the new
elements are added at the beginning of the list |
shift [list] |
Example:
|