Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Literals-String/DWScript/literals-string.dw
Normal file
3
Task/Literals-String/DWScript/literals-string.dw
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
const s1 := 'quoted "word" in string';
|
||||
const s2 := "quoted ""word"" in string"; // sames as s1, shows the doubling of the delimiter
|
||||
const s2 := 'first line'#13#10'second line'; // CR+LF in the middle
|
||||
Loading…
Add table
Add a link
Reference in a new issue