0df5d5158d
#KT-38297 Fixed
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
if (n == 1) {
|
|
res = "one"
|
|
} else if (n == 2) {
|
|
res = "two"
|
|
} else {
|
|
res = "???"
|
|
} |