Lesson 9 of 15
Strings
Strings
Multiline strings by default
str1 := "This is just a text"
str2 := "Every text
is multiline
by default
"
Lesson 9 of 15
Multiline strings by default
str1 := "This is just a text"
str2 := "Every text
is multiline
by default
"