Ast environment refactoring

This commit is contained in:
Michael Schimmel
2025-11-08 16:00:37 +01:00
parent 93dc19497c
commit be5f36e04a
+4 -4
View File
@@ -842,10 +842,10 @@ begin
FCurrUnboundAst :=
TAstScript.Parse(
'''
(do
(print txt)
)
'''
(do
(print txt)
)
'''
);
var fn := FEnvironment.Compile(FCurrUnboundAst, [TAst.Identifier('txt')]);