www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Module names matching ^\d

Hoi,

is there any way to import modules whose names begin with a digit?
import 0x539.foo;
Does not work because identifiers cannot start with digits, although filenames
can.

-Ben
Sep 23 2004