SIGN IN SIGN UP

Fix bitWrite with parenthesis

Current version does not wrap arguments in "()", so works incorrectly when used like this:
```
bitWrite(var, bit, cond?1:0);
```
P
Paul Melnikov committed
5e2880e27cd35f215f7d0feb08952ca608582b5c
Parent: 173e8ea
Committed by GitHub <noreply@github.com> on 8/25/2021, 9:39:07 AM