4-character literal

Rick Mann rmann-d-lang at latencyzero.com
Thu Jan 25 23:16:15 PST 2007


Rick Mann Wrote:

> enum : uint
> {
>     kSomeConstantValue = 'abcd'
> }


I realized I was misunderstanding something else I saw, and that "abcd"d doesn't do what I thought (make a 4-byte character).

So: how to I do the equivalent of 'abcd'?

Thanks!



More information about the Digitalmars-d mailing list