Talk:Tutorial Core Language

From AutoIt Wiki
Revision as of 17:53, 30 April 2010 by JonTest (talk | contribs) (→‎Precedence question)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Precedence question

Under 'Operators' and 'Precedence' is this statement:

"Similarly for Or

If $x <> 5 Or $x <> 6 Then ...

will evaluate $x <> 5 and if it returns true will not evaluate $x <> 6"



Is this right?

If say '$x = 4' then '$x <> 5' will evaluate to 'False' and then '$x <> 6' will be evaluated.

Never mind! I see now...

Jaberwocky6669 17:52, 30 April 2010 (UTC)