Hey,
what is the best way to translate this into PB code
for instance
const bar = 12;
int foo;
foo &=~ bar;
as I read it, it is "anding" the ones compliment of bar?
thanks for any help!!
what is the best way to translate this into PB code
for instance
const bar = 12;
int foo;
foo &=~ bar;
as I read it, it is "anding" the ones compliment of bar?
thanks for any help!!
Comment