6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
u16 x = 0;
|
|
u16 y = 5;
|
|
|
|
if(x && y) {
|
|
u16 z = 9;
|
|
} |