UNBURYALL
Unburies all procedures, variables, and property lists in the workspace.
UNBURYALL abbreviates UNBURY CONTENTS.
MAKE "foo [I am Foo] MAKE "bar [I am Bar] PONSMake "bar [I am Bar] Make "foo [I am Foo]BURYNAME [foo] PONSMake "bar [I am Bar]UNBURYALL PONSMake "bar [I am Bar] Make "foo [I am Foo]