Logo

Programming-Idioms

History of Idiom 48 > diff from v62 to v63

Edit summary for version 63 by programming-idioms.org:
Restored version 61

Version 62

2019-12-20, 17:51:07

Version 63

2019-12-21, 19:08:16

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