7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
u16 x = 0;
|
|
u16 y = 5;
|
|
u16 z = 9;
|
|
|
|
if(x && y || z) {
|
|
u16 w = 15;
|
|
} |