Logo

Programming-Idioms

History of Idiom 48 > diff from v4 to v5

Edit summary for version 5 by :

Version 4

2015-08-19, 15:19:08

Version 5

2015-08-19, 15:35:05

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 = "This string 
is spanning
three lines";