Contents

Help Contents Workspace Management Workspace Queries Contents
Workspace Queries Primitives

Contents


outputs a "contents list," i.e., a list of three lists containing names of defined procedures, variables, and tables respectively. This list includes all unburied named items in the workspace.

Examples:

tree
contents		;[[tree tree2][][]] ;-)
a=1234
contents		;[[tree tree2][a][]] ;-)
pprop "b "greetings [Hallo World]
contents		;[[tree tree2][a][b]] ;-)
reset
contents		;[[][][]] ;-)

See also:

Examples:

References:

Workspace Queries Primitives