Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Example

Parameters

Qualifiers

/ALL

/LOCAL

/KEY

DEBUG UNDEFINE — MicroVMS 4.5B

     Undefines symbols previously defined with  DEFINE.   UNDEFINE  is
     equivalent to DELETE.

 Format:

     UNDEFINE[/qualifier] symbol-name[,symbol-name...]

Additional information available:

ExampleParametersQualifiers

Example

     DBG> DEFINE A = MAIN\VAR1
     DBG> EXAM A
     MAIN\VAR1: 5
     DBG> UNDEFINE A
     DBG> EXAM A
     %DEBUG-W-NOSYMBOL, "A" is not in the symbol table

Parameters

symbol-name

     symbol-name can be any name that was previously defined with  the
     DEFINE command

Qualifiers

Additional information available:

/ALL/LOCAL/KEY

/ALL

     Undefine all defined symbols

/LOCAL

     Undefine symbols defined with DEFINE/LOCAL

/KEY

     Undefine the key  denoted  by  key-name.   The  table  of  keypad
     definitions  is  stored separately from other DEFINEd symbols, so
     keys must be undefined with UNDEFINE/KEY.

Format:  UNDEFINE/KEY key-name

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026