Logo

Programming-Idioms

History of Idiom 48 > diff from v5 to v6

Edit summary for version 6 by :

Version 5

2015-08-19, 15:35:05

Version 6

2015-08-20, 14:16:10

Idiom #48 Multi-line string litteral

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

Idiom #48 Multi-line string litteral

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

Code
auto str = "One,
Two,
Three
";
Comments bubble
line endings and whites are included in the string