Should you be able to initialize a float with a char?

deadalnix deadalnix at gmail.com
Thu May 19 22:04:36 UTC 2022


On Thursday, 19 May 2022 at 04:10:04 UTC, Walter Bright wrote:
> There's nothing wrong with:
>
>     if ('A' <= c && c <= 'Z')
>         c = c | 0x20;
>

Tell me you are American without telling me you are American.



More information about the Digitalmars-d mailing list