nctref/examples/if.nct
2025-08-13 18:27:52 +03:00

6 lines
34 B
Plaintext

u16 x: 5;
if(x != 0) {
x = 2;
}