CONTENTS

Synopsis
CONTENTS
Description

Outputs a contents list consisting of three lists containing names of defined procedures, variables, and property lists, respectively. This list includes all unburied named items in the workspace.

Example
TO MYPROGRAM
END
MAKE "name 1
PPROP "properties "property 1
SHOW CONTENTS
[[myprogram] [name] [properties]]

SourceForge.net Logo