Skip to content

Commit

Permalink
Add References to book & specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyNator authored and PetarKirov committed Dec 4, 2023
1 parent ff553fe commit 6d2a455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions basics/imports-and-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ The D compiler would then try to load `my/cat/package.d` instead of `my/cat.d`.
The convention (but not a hard rule) for `package.d` files is to publicly import
all other modules in the same folder.

### In-Depth

- [Modules and Libraries in _Programming in D_](http://ddili.org/ders/d.en/modules.html)
- [Modules specification](https://dlang.org/spec/module.html)

## {SourceCode}

```d
Expand Down

0 comments on commit 6d2a455

Please sign in to comment.