String escape sequences Demo
print "\a"
print "\t\t\tDemo"
print "\t\t\t \\ \\ \\ \\ \\ \\ \\"
print "\t\t\t\tby"
print "\t\t\tDemo2s.com"
print "\t\t\t \\ \\ \\ \\ \\ \\ \\"
print "\nSpecial thanks goes out to:"
print "Some text \'in quote\', \"can\'t\"."
Related examples in the same category