HaxeFoundation / HaxeManual

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

Fix comparison between bitwise and comparison operator precedences #533

Closed jonasmalacofilho closed 10 months ago

jonasmalacofilho commented 10 months ago

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

Simn commented 10 months ago

Thanks!