Logo

Programming-Idioms

History of Idiom 48 > diff from v74 to v75

Edit summary for version 75 by test:
[VB] test

Version 74

2020-07-01, 22:57:27

Version 75

2020-08-21, 11:20:48

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

Variables
s
Variables
s
Extra Keywords
multiline raw
Extra Keywords
multiline raw
Code
Dim myStr as String = "
This
Is
Multiline
Text!"
Code
Dim myStr = "
This
Is
Multiline
Text!"
Comments bubble
Visual Studio 2015+
Comments bubble
Visual Studio 2015+