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


Manual Reference Pages  - obj_del (5)

NAME

obj/del - Delete a nexus object

CONTENTS

Synopsis
Description
Error Handling
Examples
See Also
Author

SYNOPSIS

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

DESCRIPTION

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).

ERROR HANDLING

A runtime error is generated if an argument is the wrong type, or if the referenced object does not exist or has child nodes.

EXAMPLES

The following demonstrates deleting multiple objects.

.main  
obj/del ![MyObject1], ![MyObject2], ![MyObject3]

SEE ALSO

pal_commands(5), pal_registers(5), pal_indices(5), tree_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 obj_del (5) 9 May 2016
Generated by manServer 1.07 from man5/obj_del.5 using man macros.