Allows the use of part of the language keywords?

Brian via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 26 07:16:27 PDT 2016


Allows the use of part of the language keywords, example:

```D
package application.module.user.model;

class User
{
     // TODO
}
```

[code]
sturct module
{
     // TODO
}
[code]

PS: editor don't support markdown or bbcode?- -


More information about the Digitalmars-d mailing list