Binding
This commit is contained in:
@@ -567,7 +567,7 @@ begin
|
||||
if series.AsRecordSeries.Value.TotalCount >= smaSlowLength then
|
||||
begin
|
||||
// Update the 'current_series' value in the scope using the FAST index-based assignment
|
||||
scope.AssignValue(seriesAddress, series);
|
||||
scope[seriesAddress] := series;
|
||||
|
||||
// Execute the PRE-BOUND call AST
|
||||
var resultValue := callAst.Accept(visitor);
|
||||
|
||||
Reference in New Issue
Block a user