4 lines
116 B
Text
4 lines
116 B
Text
s1 := "this is a\nsample"; // newline
|
|
s2 := "\""; // double quote
|
|
s3 := "abc\
|
|
\xyz"; // "abcxyz", cut the gap
|