INC/DECを実装(配列除く)
This commit is contained in:
@@ -427,6 +427,7 @@ class Inc : Statement
|
||||
Expression expression;
|
||||
this(wstring name, Expression expr)
|
||||
{
|
||||
this.type = NodeType.Inc;
|
||||
this.name = name;
|
||||
this.expression = expr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user