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
+3 -3
View File
@@ -4,7 +4,7 @@
## 構文
```n
```dcdl
(part: {
greet = String;
target = String;
@@ -14,7 +14,7 @@
関数呼び出しは通常の呼び出し構文で行う。
```n
```dcdl
mk_hw({
greet = "Hello";
target = "World";
@@ -23,7 +23,7 @@ mk_hw({
複数引数の構文は候補として以下を想定する。
```n
```dcdl
(
input_a: {
hoge = Int & >= 0;