It looks like you are trying to work around the way for
-loop scoping works in Julia. See this post for workarounds. Just put your code in a function and you won’t have to worry about it.
1 Like
It looks like you are trying to work around the way for
-loop scoping works in Julia. See this post for workarounds. Just put your code in a function and you won’t have to worry about it.