RosettaCodeData/Task/Literals-String/Lisaac/literals-string-2.lisaac

5 lines
116 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
s1 := "this is a\nsample"; // newline
s2 := "\""; // double quote
s3 := "abc\
\xyz"; // "abcxyz", cut the gap