Closed wchresta closed 6 years ago
Use and and or instead of && and ||
and
or
&&
||
This drops support for && and ||
Done, both style of operators are now supported.
Use
and
andor
instead of&&
and||
This drops support for
&&
and||