Tuples
This commit is contained in:
@@ -249,7 +249,9 @@ var
|
||||
RootScope: IExecutionScope;
|
||||
begin
|
||||
// Initialize root scope with library registration
|
||||
RootScope := TAst.CreateScope(nil, nil, True);
|
||||
RootScope := Scope;
|
||||
if RootScope = nil then
|
||||
RootScope := TAst.CreateScope(nil, nil, True);
|
||||
|
||||
Result.Create(TEnvironment.Create(RootScope, TMacroRegistry.Create(nil), TStandardExecutionStrategy.Create));
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user