Logo

Programming-Idioms

History of Idiom 48 > diff from v66 to v67

Edit summary for version 67 by cederber:
New Haskell implementation by user [cederber]

Version 66

2020-03-20, 17:55:37

Version 67

2020-04-09, 04:54:17

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 :: String
s = "We will put a backslash to take a break\
     \and then a backslash to resume"