RosettaCodeData/Task/Literals-String/Lisaac/literals-string-2.lisaac
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
116 B
Text

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