Decodal
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## 基本方針
|
||||
|
||||
```n
|
||||
```dcdl
|
||||
{
|
||||
schema = {
|
||||
hoge = String;
|
||||
@@ -46,7 +46,7 @@ Error 評価失敗
|
||||
|
||||
## 循環検出
|
||||
|
||||
```n
|
||||
```dcdl
|
||||
{
|
||||
a = b + 1;
|
||||
b = a + 1;
|
||||
|
||||
Reference in New Issue
Block a user