NAMES

Synopsis
NAMES
Description

Outputs a contents list consisting of an empty procedure list (indicating no procedure names) followed by a list of all unburied variable names in the workspace.

Example
MAKE "foo 1
MAKE "bar 2
SHOW NAMES
[[] [bar foo]]

SourceForge.net Logo