| Applying science to business management |
  
remove
Format: remove( namespec )
Arguments: [node] namespec Any list of node
names
Returns: [text] namespec
Description: Remove eliminates all nodes in namespec
and makes the memory occupied by these nodes available to the
system.
Examples: remove("x,y,z")
= removes the nodes x, y, and z from the system
remove(treelist("x")) = removes
all nodes used in the branch x
See Also: all, treelist, rootnode, selectednode, endnodes, inputs, outputs
|