6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
int x = cond {
|
|
1 > 3 => 4;
|
|
5 < 6 => 2;
|
|
else 8;
|
|
};
|