Skip to content

Commit

Permalink
Merge pull request #1382 from aG0aep6G/16186
Browse files Browse the repository at this point in the history
fix issue 16186 - [Programming in D for C Programmers] Backticks shou…
  • Loading branch information
dnadlinger committed Jun 20, 2016
2 parents 110bfdf + b445256 commit f5b1dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctod.dd
Expand Up @@ -949,7 +949,7 @@ $(H4 The D Way)

D has both C-style string literals which can use escaping,
and WYSIWYG (what you see is what you get) raw strings
usable with the $(B `foo`) and $(B r"bar") syntax:
usable with the `$(BACKTICK)foo$(BACKTICK)` and `r"bar"` syntax:

----------------------------
string file = r"c:\root\file.c"; // c:\root\file.c
Expand Down

0 comments on commit f5b1dd1

Please sign in to comment.