That operator is inherited from C

A |= B;

is equivalent to:

A = A | B;

Which is a bitwise or.

On Sun, Oct 12, 2014 at 8:35 PM, IBRAHIM AHMED NEMER <
[email protected]> wrote:

>
>
> What does this sign mean *|=* in nesc language ?
>
> Any comment !
>
>
>
> BR.
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to