Logo

Programming-Idioms

History of Idiom 48 > diff from v9 to v10

Edit summary for version 10 by :

Version 9

2015-08-22, 21:33:49

Version 10

2015-09-03, 16:46:06

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
s = "Spanning
string
works"