Talk:Tutorial Core Language
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)