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

5 lines
116 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
s1 := "this is a\nsample"; // newline
s2 := "\""; // double quote
s3 := "abc\
\xyz"; // "abcxyz", cut the gap