IF文を実�
This commit is contained in:
@@ -204,4 +204,8 @@ class If : Statement
|
||||
this.then = t;
|
||||
this.else_ = e;
|
||||
}
|
||||
bool hasElse()
|
||||
{
|
||||
return !(else_ is null) && else_.statements.length != 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user