[Contents] · [Home] · [Mail]

SALIERI Language - delete

Type:
delete: object -> ()

Call syntax:
delete(anObject)

Description:
delete removes object anObject, if existent, from the current workspace.

Attention!
There is no function to undelete objects, so objects which are deleted from the workspace are generally lost forever!

Error conditions:
An error condition occurs, if no object named anObject can be found in the current workspace.

Example:
> test := 1
> delete(test)
Deleted object test.
> delete(notDefined)
Error in command-line:
Unknown identifier: notDefined
(occured while executing function "delete")

See also: deleteAll, sync.


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.