What features of D you would not miss?

Ogi ogion.art at gmail.com
Tue Sep 20 07:44:37 UTC 2022


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.


More information about the Digitalmars-d mailing list