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
@@ -2,7 +2,7 @@
match expression は、対象値を上から順に pattern と照合し、最初に一致した分岐を採用する。
```n
```dcdl
foo = match inputs.a.hoge {
>= 20: {
value = 200;