String Literals

user1234 user1234 at 12.de
Tue May 3 20:31:05 UTC 2022


On Tuesday, 3 May 2022 at 17:21:47 UTC, JG wrote:
> Hi,
>
> The specification of string literals has either some errors or 
> I don't understand what is meant by a Character.
> [...]
> Which to me means that e.g.
> r"""
> should be a WysiwygString, which the compiler thinks is not 
> (not surprisingly).
>
> Am I misunderstanding something?

The rule is not correct but the implementation in the lexer is.
That's a valid issue for dlang.org


More information about the Digitalmars-d-learn mailing list