Skip to content

Commit a439865

Browse files
committed
#200 - fix
1 parent f4d06f8 commit a439865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/HydraScript.Domain.FrontEnd/Parser/Impl/Ast/Nodes/Statements/OutputStatement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ public OutputStatement(Expression expression)
1515
Children = [Expression];
1616
}
1717

18-
protected override string NodeRepresentation() => "print";
18+
protected override string NodeRepresentation() => "output";
1919
}

0 commit comments

Comments
 (0)