Multiple modules per file

kinke noone at nowhere.com
Mon Jun 20 16:51:53 UTC 2022


On Monday, 20 June 2022 at 15:48:08 UTC, Dennis wrote:
> Thoughts?

Terrible. ;) - run.dlang.io supports something called HAR:

```
--- foo.d
void bla() {}

--- bar.d
import foo;
void main() { bla(); }
```


More information about the Digitalmars-d mailing list