HaxeFoundation / HaxeManual

The official Haxe manual
https://haxe.org/manual/
Creative Commons Attribution 4.0 International
221 stars 153 forks source link

Fix comparison between bitwise and comparison operator precedences #533

Closed jonasmalacofilho closed 8 months ago

jonasmalacofilho commented 8 months ago

As the preceding table shows, bitwise operators in Haxe have higher precedence than comparison operators.

Simn commented 8 months ago

Thanks!