Logo

Programming-Idioms

History of Idiom 48 > diff from v59 to v60

Edit summary for version 60 by EvilGenius:
New VB implementation by user [EvilGenius]

Version 59

2019-09-28, 12:20:47

Version 60

2019-09-29, 01:29:35

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
Dim myStr as String = "
This
Is
Multiline
Text!"
Comments bubble
Visual Studio 2015+