8 lines
51 B
Plaintext
8 lines
51 B
Plaintext
u16 x: 5;
|
|
|
|
if(x != 0) {
|
|
x = 2;
|
|
} else {
|
|
x = 5;
|
|
}
|