3 lines
87 B
Text
3 lines
87 B
Text
let x = r#"
|
|
This is a "raw string literal," roughly equivalent to a heredoc.
|
|
"#;
|