Tcl Lists as Arguments
Sometimes an argument should have the form of a Tcl list, which may
be contain simple elements or sub lists. The usual way to construct such
a list is with braces as follows.
newopt function=copt : { theory=mndo coords=c active_atoms= {1 2 3 4} }
If the contents of the list are to be determined at run time, use of the
list procedure in Tcl is useful.
|