first try

XavierAP via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Mar 17 16:58:59 PDT 2017


On Friday, 17 March 2017 at 00:35:32 UTC, Philip Miess wrote:
> 
> https://gitlab.com/pmiess/101gamesDlangComputerGames/blob/master/
> aceyducy.d

You don't need string literals to be verbatim (r"") in order to 
insert newlines as in the code (without escape sequences). All 
string literals behave this way in D -- this is different from C# 
for example.


More information about the Digitalmars-d-learn mailing list