ERN

Synopsis
ERN varname
ERN varnamelist
Description

Erases the variable(s) named in the input from the workspace. ERN abbreviates ERASE NAMELIST.

Example
MAKE "foo 1
MAKE "bar 2
PONS
Make "bar 2
Make "foo 1
ERN [foo]
PONS
Make "bar 2

SourceForge.net Logo