MathGroup Archive 2009

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

Search the Archive

If this isn't a bug . . .

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102102] If this isn't a bug . . .
  • From: AES <siegman at stanford.edu>
  • Date: Wed, 29 Jul 2009 05:11:58 -0400 (EDT)
  • Organization: Stanford University

If this isn't a bug, sure seems like it should be!

   In[247]:= Do[y=2; y=3, {1}]

   In[248]:= %

   Out[248]= 3

   In[249]:= Do[y=4, {1}]

   In[250]:= %

   < No Out[250] >


  • Prev by Date: Re: How to group the graph
  • Next by Date: Re: Re: Re: Re: Re:
  • Previous by thread: Re: Fast way to Rotate a bitmap in Mathematica 6.0
  • Next by thread: Re: If this isn't a bug . . .