Decodal
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## 例
|
||||
|
||||
```n
|
||||
```dcdl
|
||||
retry = Int default 3;
|
||||
port = Int & >= 1 & <= 65535;
|
||||
```
|
||||
@@ -13,6 +13,6 @@ port = Int & >= 1 & <= 65535;
|
||||
|
||||
数値比較制約と合成できる。
|
||||
|
||||
```n
|
||||
```dcdl
|
||||
NarrowedPort = Int & >= 1 & <= 65535 & > 443;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user