Logo

Programming-Idioms

History of Idiom 48 > diff from v41 to v42

Edit summary for version 42 by gilescope:
New Rust implementation by user [gilescope]

Version 41

2018-05-16, 09:50:24

Version 42

2018-07-02, 14:25:27

Idiom #48 Multi-line string literal

Assign to variable s a string literal consisting in several lines of text

Idiom #48 Multi-line string literal

Assign to variable s a string literal consisting in several lines of text

Extra Keywords
multiline raw
Extra Keywords
multiline raw
Code
r#"Huey
Dewey
Louie"#