NAMES
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.
MAKE "foo 1 MAKE "bar 2 SHOW NAMES [[] [bar foo]]
MAKE "foo 1 MAKE "bar 2 SHOW NAMES