lua-users home
lua-l archive

Re: Switch/Case statements revisited

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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

AltStyle によって変換されたページ (->オリジナル) /