Re: How do you do an 'or' in an if statement
- From: "Aaron Gray" <ang.usenet@xxxxxxxxx>
- Date: Fri, 4 Nov 2005 21:44:14 -0000
> Gees, dude, get a Pascal book :-)
Yep, will do :)
> if (s = '') or (s = 'CONSOLE:') or (s = 'console:') then
>
> This is required because boolean or has a higher expression priority than
> equals.
Yep, thought I had tried that ?
Aaron
.
- References:
- How do you do an 'or' in an if statement
- From: Aaron Gray
- Re: How do you do an 'or' in an if statement
- From: Scott Moore
- How do you do an 'or' in an if statement
- Prev by Date: Re: How do you do an 'or' in an if statement
- Next by Date: Modern LispKit Port prerelease
- Previous by thread: Re: How do you do an 'or' in an if statement
- Next by thread: Modern LispKit Port prerelease
- Index(es):
Relevant Pages
|