template::util::lnest (public)template::util::lnest listref value next [ args... ]
Defined in packages/acs-templating/tcl/util-procs.tclRecursive procedure for building a hierarchical or multidimensional
data structure in a list.
- Parameters:
-
listref
value - Either a list or scalar value to store in the list.
next - A key value that determines the next node to
traverse outward in the data structure.
|