3 lines
75 B
Kotlin
3 lines
75 B
Kotlin
val s = "1 + 1;"
|
|
fun two(): Int = js(s)
|
|
fun three(): Int = js("1" + "+ 2;") |