1 2 3 4 5 6
# Verbena has the same character/string escape sequences as Rust print "a\nb" print "\'\\\'" print "\"\\\"" print "\x41" print "\u{0042}"