This commit is contained in:
2026-06-16 01:27:54 +09:00
parent 5d6a03b74f
commit 4e82f47f90
31 changed files with 141 additions and 112 deletions
@@ -4,7 +4,7 @@
## 構文
```n
```dcdl
import ./config.n
import "./config.n"
```
@@ -24,7 +24,7 @@ import 先はモジュール単位で読み込まれる。
例:
```n
```dcdl
# main.n
{
schema = {
@@ -35,7 +35,7 @@ import 先はモジュール単位で読み込まれる。
}
```
```n
```dcdl
# func.n
(input: (import ./main.n).schema) =>
{