yaegi icon indicating copy to clipboard operation
yaegi copied to clipboard

Variable accessible outside scope: bug or feature?

Open tkaehn opened this issue 3 years ago • 1 comments

Variable accessible outside scope: bug or feature?

$ yaegi
> i
1:28: undefined: i
> for i := 0; i < 10; i++ { }
: 10
> i
: 10
> 

tkaehn avatar Mar 13 '21 11:03 tkaehn

Yes, a bug! Thanks for noticing.

mvertes avatar Mar 17 '21 16:03 mvertes