Logo

Programming-Idioms

History of Idiom 48 > diff from v69 to v70

Edit summary for version 70 by test:
[Dart] test

Version 69

2020-05-21, 20:39:07

Version 70

2020-06-02, 01:42:14

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
var s = '''A
multi-line
string''';
Code
hello world
Demo URL
https://dartpad.dartlang.org/bda0ae2261fb6edd937c
Demo URL
https://dartpad.dartlang.org/bda0ae2261fb6edd937c