| deletenode |
Delete the given node |
|
None=delenode(name:S) |
| |
Removes the current node (and its children). |
| goto |
Set the current node |
|
node-id:D=goto(base-id:I,path:((node-type:S,node-id:I),...)) |
| |
The 'goto' sets the current node to the leaf of the given path.The path itself is a list of tuples. Each tuple contains thenode type a first argument, its index as second arg.Note the returned id is not (yet) trustable. |