10 lines
143 B
Kotlin
Vendored
10 lines
143 B
Kotlin
Vendored
object A {
|
|
val TEXT1 = "text1.\n" +
|
|
"text2\n" +
|
|
"text3"
|
|
|
|
|
|
val TEXT2 = "text1\n"
|
|
+ "text2\n"
|
|
+ "text3"
|
|
} |