Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors


Manual Reference Pages  - tree_del (5)

NAME

tree_del - Delete branches from the nexus

CONTENTS

Synopsis
Description
Error Handling
Examples
See Also
Author

SYNOPSIS

tree/del ![target] <, ![target] ... >

DESCRIPTION

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.

ERROR HANDLING

A runtime error is generated if an argument is of the wrong type, or if a referenced object does not exist in the nexus.

EXAMPLES

tree/del ![.prose.code.default.mymodule]
  Deletes the .prose.code.default.mymodule node and all of its children.

SEE ALSO

pal_commands(5), pal_registers(5), pal_indices(5), ps_tree(5), obj_del(5),
PROSE Assembly Language at prose.sourceforge.net.

AUTHOR

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
Generated by manServer 1.07 from man5/tree_del.5 using man macros.