Afficher un message
Vieux 20/11/2007, 14h49   #9
Brian Adkins
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: is there an nicer way for this expression?

On Nov 20, 8:42 am, Brian Adkins <lojicdot...@gmail.com> wrote:
> On Nov 20, 7:38 am, Remco Hh <re...@huijdts.nl> wrote:
>
> > hi,
> > perhaps a stupid question.

>
> > i do this a lot: if (foo.bar==1 or foo.bar==2)

>
> > can i make this expression shorter and nicer?,
> > something like if (foo.bar=1,2), which of course doesn't work

>
> You could have:
>
> foo.bar.equals_one(1, 2, 7)
>
> or
>
> equals_one(foo.bar, 1, 2, 7)


equals_any is probably a better name...
  Réponse avec citation
 
Page generated in 0,04462 seconds with 9 queries