new-Series with tuple record def
This commit is contained in:
@@ -458,7 +458,9 @@ end;
|
||||
|
||||
function TPrettyPrintVisitor.VisitCreateSeries(const N: IAstNode): TVoid;
|
||||
begin
|
||||
Append(Format('(new-series "%s")', [N.AsCreateSeries.Definition]));
|
||||
Append('(new-series ');
|
||||
Visit(N.AsCreateSeries.DefinitionNode);
|
||||
Append(')');
|
||||
end;
|
||||
|
||||
function TPrettyPrintVisitor.VisitAddSeriesItem(const N: IAstNode): TVoid;
|
||||
|
||||
Reference in New Issue
Block a user