Ast list nodes
This commit is contained in:
@@ -267,6 +267,7 @@ begin
|
||||
AppendLine('Block {');
|
||||
Indent;
|
||||
try
|
||||
// Delegates to VisitExpressionList via inherited
|
||||
Result := inherited VisitBlockExpression(Node);
|
||||
// Scope might have changed after block execution if vars were defined
|
||||
ShowScope;
|
||||
|
||||
Reference in New Issue
Block a user