and
/or
detected RB-ST1003&&
instead of and
.1if 1 > 2 and 2 < 32end
3
4(1..100) === 7
and
and or
appear very low in the operator precedence table,
and hence, should not be used, lest they should introduce unintended
bugs. &&
and ||
should be used instead.
foo.save and return
foo.save && return