5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
when (n) {
|
|
1 -> res = "one"
|
|
2 -> res = "two"
|
|
else -> res = "many"
|
|
} |