4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
@[export my_function]
|
||
|
def my_function (s: String): String :=
|
||
|
s ++ s!"abc"
|