Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors
obj/del - Delete a nexus object
Synopsis
Description
Error Handling
Examples
See Also
Author
obj/del ![target] <, ![target] ... >
Deletes a list of objects from the nexus. The ![target] arguments are registers or indices identifying the nexus objects to delete.
Note that you can only use this instruction to delete single objects with no child nodes. To delete a branch, use tree/del, see tree_del(5).
A runtime error is generated if an argument is the wrong type, or if the referenced object does not exist or has child nodes.
The following demonstrates deleting multiple objects.
.main obj/del ![MyObject1], ![MyObject2], ![MyObject3]
pal_commands(5), pal_registers(5), pal_indices(5), tree_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 | obj_del (5) | 9 May 2016 |