is there a non-short circuit assign operator for b...
# announcements
r
is there a non-short circuit assign operator for boolean? I know that there is
or
,
and
etc. but I am looking for something like
var b |= ...