A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
3
Task/Literals-String/DWScript/literals-string.dwscript
Normal file
3
Task/Literals-String/DWScript/literals-string.dwscript
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