  clear
  Builtin Function



      SSyynnooppssiiss
        Delete a variable.

      SSyynnttaaxx
        clear ( _A )

      DDeessccrriippttiioonn
        Clear effectively deletes a variables object from the symbol
        table. The effect is the variable does not show up when who() is
        used. The memory associated with the variable is freed.

        Clear accepts up to 32 arguments, the return value is the number
        of objects that have been successfully cleared.
















































