10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
== foo ==
|
|
fun foo(s: String) {
|
|
s.
|
|
}
|
|
---------------------
|
|
s <v1> NEW()
|
|
s. <v2> NEW(<v1>)
|
|
{ s. } <v2> COPY
|
|
=====================
|