variable chasing does not work with array based variable stores. Currently it is possible to work around this issue by using chaseXVariableYZ to target a variable not used by the compiler, then using input() to retrieve the result, but it is not very nice to use, especially since chase targets are currently not checked and may use reserved variables.
The simplest solution to this problem would be restricting the use of chaseXvariableYZ to only allow targets not used by the compiler and keep the rest of the workflow the same
variable chasing does not work with array based variable stores. Currently it is possible to work around this issue by using chaseXVariableYZ to target a variable not used by the compiler, then using input() to retrieve the result, but it is not very nice to use, especially since chase targets are currently not checked and may use reserved variables.
The simplest solution to this problem would be restricting the use of chaseXvariableYZ to only allow targets not used by the compiler and keep the rest of the workflow the same