RosettaCodeData/Task/Literals-String/Lisaac/literals-string-2.lisaac
2023-07-01 13:44:08 -04:00

4 lines
116 B
Text

s1 := "this is a\nsample"; // newline
s2 := "\""; // double quote
s3 := "abc\
\xyz"; // "abcxyz", cut the gap