How does scope of variables work in JSL
I'm sure this is posted somewhere already, but I wasn't able to find it. I'm confused how the scope of variables is handled in JSL. Could someone help to clarify how it works. I almost always use i as the indexing variable for loops. For example, in my script I will have a for loop with i as the index that calls another function. In this function, there is another for loop with i as the index. ...