danilopedraza / symstatic

The Symstatic programming language code repository
https://symstatic.org/book
GNU General Public License v3.0
2 stars 0 forks source link

Scope logic in for loops #30

Closed danilopedraza closed 3 months ago

danilopedraza commented 3 months ago

Right now, the code inside a for loop runs in the same scope where the loop was written. I did this to test the loop, but I must change it.