manpagez: man pages & more
info gnuplot
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.29 undefine

Clear one or more previously defined user variables. This is useful in order to reset the state of a script containing an initialization test.

Example:

 
      undefine foo foo1 foo2
      if (!exists("foo")) load "initialize.gp"


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.