MathGroup Archive 2006

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

Search the Archive

Re: "short circuiting" And and Or

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70621] Re: "short circuiting" And and Or
  • From: "dkr" <dkrjeg at adelphia.net>
  • Date: Sat, 21 Oct 2006 05:14:17 -0400 (EDT)
  • References: <eha5b7$b5b$1@smc.vnet.net>

Use Cases with 4 arguments.  For example,
In[2]:=
Cases[{a,b,c},x_/;x=!=a,{1},1]
Out[2]=
{b}


dkr


  • Prev by Date: undocumented setting for the Frame option
  • Next by Date: "particle" sliding along a curve
  • Previous by thread: Re: "short circuiting" And and Or
  • Next by thread: GraphPlot documentation