What exactly are the String literrals in D and how they work?

rikki cattermole rikki at cattermole.co.nz
Sun Aug 15 08:17:47 UTC 2021


On 15/08/2021 8:11 PM, rempas wrote:
> Still don't know what "pragma" does but thank you.

pragma is a set of commands to the compiler that may be compiler specific.

In the case of the msg command, it tells the compiler to output a 
message to stdout during compilation.


More information about the Digitalmars-d-learn mailing list