bc_strings.bc 121 B

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