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

6 lines
49 B
Plaintext

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