1 2 3 4 5 6 7
// Raw strings with embedded quotes and hashes. [ r"simple raw", r#"raw with "quotes""#, r##"raw with "# inside"##, r#"path C:\Users\name\file.txt"#, ]