in reply to Re: Re: Syntax error - beginner question
in thread Syntax error - beginner question

The precedence rules are usually sensible. It's fairly common to combine comparisons with logical operators; hence comparisons have higher precedence.
  • Comment on Re: Re: Re: Syntax error - beginner question