NAMELIST

Synopsis
NAMELIST varname
NAMELIST varnamelist
Description

Outputs a contents list consisting of the empty list followed by a list of the name or names given as input. This is useful in conjunction with workspace control procedures that require a contents list as input. These named variables do not have to exist.

Example
SHOW NAMELIST [foo bar]
[[] [foo bar]]
SHOW NAMELIST "abc
[[] [abc]]

SourceForge.net Logo