4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
fun p(s: String, t: String) {
|
|
println(<spot>"s: $s t: $t"</spot>)
|
|
}
|