5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
fun a(x: Int) {
|
|
val i = x + 1
|
|
val a = i
|
|
"it's a number ${i}"
|
|
} |