is there a way to: import something = app-xyz-classes-something; ?

frame frame86 at live.com
Mon Jun 21 19:17:53 UTC 2021


On Monday, 21 June 2021 at 13:29:59 UTC, Steven Schveighoffer 
wrote:

> It does work. However, you have to tell the compiler the file 
> to compile.

Which completely ignores filenames if the compiler is satisified. 
You may assume by reading the manual that the compiler would make 
an automatic translation for illegal characters to "_" as module 
name to find a file in a directory - and that is not case. 
Supplying the filename manually makes this naming convention 
somehow irrelevant, if you get my point.


More information about the Digitalmars-d-learn mailing list