MathGroup Archive 2004

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

Search the Archive

foreach loop

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51868] foreach loop
  • From: "symbio" <symbio at has.com>
  • Date: Thu, 4 Nov 2004 01:49:09 -0500 (EST)
  • Reply-to: "symbio" <symbio at sha.com>
  • Sender: owner-wri-mathgroup at wolfram.com

Is there a foreach loop statement in Mathematica?  I need to loop through a 
list of words, rather than numbers.  I need the equivalent of Do[expr, 
{n,0,10,1}], except I need to step through a list like so:  foreach loop 
[expr, {fall, winter, spring, summer}].  Can anyone help? 


  • Prev by Date: Functions with optional parameters
  • Next by Date: Re: bimodal distribution in sign of difference of Pi digits]
  • Previous by thread: Re: Functions with optional parameters
  • Next by thread: Re: foreach loop