Re: [If/then and sequences...]
- Posted by irv <irv at ELLIJAY.COM> Aug 30, 2000
- 707 views
On Wed, 30 Aug 2000, LEVIATHAN wrote:
> Speaking of inability to handle if statements...
> Well, I know something Euphoria didn't take from me...
>
> if something = 1 OR 2 OR 3 OR 4 OR 5 OR 6...
> Multiple AND/OR/X* statements...
> Hmm, shouldn't this be allowed tho?
> Blessed Be! --"LEVIATHAN"
Yes, it should, unless you prefer the "set" concept:, which I think is neat:
if something in {1,2,3,4,5,6} then.....
--
Regards,
Irv

