Skip to content
Snippets Groups Projects
Commit cb41e225 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

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)
parent d2ecb6de
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment