What features of D you would not miss?
max haughton
maxhaton at gmail.com
Tue Sep 20 08:47:51 UTC 2022
On Tuesday, 20 September 2022 at 07:44:37 UTC, Ogi wrote:
> On Tuesday, 20 September 2022 at 07:17:12 UTC, bauss wrote:
>> How is that different from this?
>>
>> ```D
>> int a = 42;
>> void main() {
>> int a = 69;
>> assert(a == 69);
>> }
>> ```
>
> Did you try to copy-paste and run my example? It fails.
Interesting, is there a bug filed for this?
More information about the Digitalmars-d
mailing list