Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

4.7.2. Compound Assignment Operators¶


A = (uint16_t) (A | B); // compliant
A = (uint16_t) ((uint32_t)A << 1u) // compliant

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #Compound #Assignment
ADD COMMENT
Topic
Name
4+7 =