Files
wren/test/variable
Bob Nystrom a8e2ba233c Add support for "nonlocal" (capitalized) names, and change how variable lookup works.
Inside a method, all local variable lookup stops at the method boundary. In other
words, methods, do not close over outer local variables.

If a name is not found inside a method and is lowercase, it's a method on this.
If it's capitalized, it's a global variable.
2015-01-13 21:36:42 -08:00
..
2013-11-26 22:52:00 -08:00
2013-11-26 22:52:00 -08:00
2014-01-05 12:27:12 -08:00
2014-01-05 12:27:12 -08:00
2014-01-05 12:27:12 -08:00
2013-11-26 22:52:00 -08:00
2013-11-26 22:52:00 -08:00
2013-11-26 22:52:00 -08:00
2013-11-26 22:52:00 -08:00
2013-11-26 22:52:00 -08:00