1
0

多次元配列を実�

This commit is contained in:
otya128
2015-06-12 22:00:05 +09:00
parent fd74c8b071
commit f84c4d20e5
5 changed files with 14 additions and 23 deletions

View File

@@ -325,8 +325,8 @@ class DefineVariable : Statement
class DefineArray : Statement
{
wstring name;
Expression[] dim;
this(wstring name, Expression[] dim)
IndexExpressions dim;
this(wstring name, IndexExpressions dim)
{
this.type = NodeType.DefineArray;
this.name = name;