Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors
tree_del - Delete branches from the nexus
Synopsis
Description
Error Handling
Examples
See Also
Author
tree/del ![target] <, ![target] ... >
Deletes objects, and recursively their children, from the nexus.
The tree/del instruction deletes a node identified by each ![target]. and all child objects attached underneath.
A runtime error is generated if an argument is of the wrong type, or if a referenced object does not exist in the nexus.
tree/del ![.prose.code.default.mymodule] Deletes the .prose.code.default.mymodule node and all of its children.
pal_commands(5), pal_registers(5), pal_indices(5), ps_tree(5), obj_del(5),
PROSE Assembly Language at prose.sourceforge.net.
Copyright (c) 2002-2016 Mark R. Bannister <cambridge@users.sourceforge.net>.
This is free software and can be downloaded from prose.sourceforge.net; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PAL 1.0 | tree_del (5) | 9 May 2016 |