nctref/examples/LogicalAndOr.nct
2025-09-13 11:20:11 +03:00

7 lines
66 B
Plaintext

u16 x = 0;
u16 y = 5;
u16 z = 9;
if(x && y || z) {
u16 w = 15;
}