UNBURY

Synopsis
UNBURY contentslist
Description

Unburies the procedures, variables, and property lists named in the input. That is, the named items are returned to view in CONTENTS and similar procedures.

UNBURY does not throw an error if it is asked to unbury a procedure, variable, or property list that is not buried, but doing so has no effect.

See the Workspace Queries section for an explanation of the contentslist input.

Example
MAKE "foo [I am Foo]
MAKE "bar [I am Bar]
PONS
Make "bar [I am Bar]
Make "foo [I am Foo]
BURYNAME [foo]
PONS
Make "bar [I am Bar]
UNBURY [ [] [foo] [] ]
PONS
Make "bar [I am Bar]
Make "foo [I am Foo]

SourceForge.net Logo