xref: /freebsd/contrib/bc/tests/bc/strings.txt (revision e17f5b1d)
1"string"
2"another string"
3"yet
4another
5string"
6"noescapes\n"
7"newline
8"
9print "string"
10print "newline\n"
11
12print "\\\e\n"
13print "\d\n"
14"abc\\
15def
16"
17