You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error on development (triggering expression at the final line):
Operator 'and' is only defined for boolean types
Left type: 'int'
Right type: 'int'
In expression:
0 and i
In expression:
i % 3 == 0 and i
In expression:
i % 3 == 0 and i > 0
The same goes for the or operator. The not operator also preceeds comparison, but I won't argue whether that's a problem or not.
The text was updated successfully, but these errors were encountered:
Bearmarshal
changed the title
Operator preceedencefor logical operators is too high
Operator preceedence for logical operators is too high
Mar 10, 2016
I get the following error on
development
(triggering expression at the final line):The same goes for the
or
operator. Thenot
operator also preceeds comparison, but I won't argue whether that's a problem or not.The text was updated successfully, but these errors were encountered: