-
- Downloads
Fix binary operators (+,-,*,/) when both operands are boolean
The result of the operation is now an integer (following C++ rules) `` true + true -> 2 `` previously, it was treated as a boolean (true+true->true)
Loading
Please register or sign in to comment