MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: what would cause a symbol not to clear using Clear[name] or Remove[name]?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127246] Re: what would cause a symbol not to clear using Clear[name] or Remove[name]?
  • From: John Doty <noqsiaerospace at gmail.com>
  • Date: Wed, 11 Jul 2012 02:19:03 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <jtd3al$9fq$1@smc.vnet.net>

Beware of upvalues:

f_[whoCalled] ^:= f

whoCalled=me

Clear[whoCalled]
Clear

whoCalled
me




  • Prev by Date: Re: Epilog and ListPlot3D
  • Next by Date: Re: Axis Labels on Plots Using a Frame
  • Previous by thread: Re: what would cause a symbol not to clear using Clear[name] or Remove[name]?
  • Next by thread: Framed plot provides an extra vertical line