This code

return FN[0] = Fisher(Value) + 0.5*FN[1];

sets FN[0] to the returned value.

I suppose that FN is a time series, and FN[1] is then the value that the function returned in the previous call.

https://manual.zorro-project.com/series.htm