1"string"
2"another string"
3"yet
4another
5string"
6"noescapes\n"
7"newline
8"
9print "string"
10print "newline\n"
11
12print "\\\e\n"
13