Compound assignments for boolean values

Started by
1 comment, last by WitchLord 2 years, 9 months ago

Hello! I have a feature request:

int-types have the full range of compund assignments (+=, %=, etc).
bool-types have none of their operators as compound assignments (||=, xor=, etc).

And so, I'd like request the addition of the bool compound assignments.
(Doesn't make a difference to me if they're symbol-based or word-based or both).

Advertisement

Thanks for the suggestion. I've added this to the to-do list.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement