Kill

Examples of KILL

The KILL command deletes local or global variables and their descendant nodes.

The format of the KILL command is:

        K[ILL][:tvexpr] [glvn|[(]lvn[,...][)][,...]]
      

KILL does not affect copies of local variables that have been "stacked" by NEW or parameter passing.

Because a KILL can have a major impact, use KILL with caution.