timfel / etoys-spur

A repository to track Etoys development, keep external sources, and build all-in-one bundles
MIT License
0 stars 0 forks source link

scripts cannot have local variables #10

Open JensLincke opened 7 years ago

JensLincke commented 7 years ago

I am writing a recursive tree drawing script and have to remember how far I walked ahead to walk back.... but there are no local variables... (instance variables cannot be used, because of the recursive script)