Re: Switch/Case statements revisited
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Switch/Case statements revisited
- From: "Tim Kelly" <gtkelly@...>
- Date: Fri, 9 Nov 2007 19:35:25 +0100 (CET)
I wrote:
> Yep, that should have read
>
> @((k>=10) || (k<=11))
which of course is mixing two approaches. It should have read
@((k == 10) || (k == 11))
or
@((k >= 10) && (k <=11))
tim
Gregory T. (tim) Kelly
Owner
Dialectronics.com
"Anything war can do, peace can do better." -- Bishop Desmond Tutu