MathGroup Archive 2003

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

Search the Archive

bug with definitions?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40373] bug with definitions?
  • From: scundal at yahoo.com (Hein H)
  • Date: Thu, 3 Apr 2003 01:42:46 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Why does the following code cause and exception?  I thought that the
left hand side of := was not evaluated.

Clear[a, z];
z[x_Integer] := 2;
z[x_] := Throw[11];
a[i_, iUp_?z] := 3;
a[i_Integer,  iUp_?z] := 5;

Cheers,
Hein


  • Prev by Date: Re: Warning: Mathematica 4.x and Linux Mandrake 9.1
  • Next by Date: exporting eps-files with embedded characters in 4.2.1
  • Previous by thread: RE: Re: Map Projection with Mathematica
  • Next by thread: Re: bug with definitions?