cpehle / cat-language

Automatically exported from code.google.com/p/cat-language
Other
0 stars 0 forks source link

Graphics bug with user-defined functions calling user-defined functions #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
User defined functions can't be used within other user-defined functions 
after the initial open-window call. This is because the scope gets 
duplicated in the window's version of the executor stack, and new 
definitions aren't added to it. 

Original issue reported on code.google.com by cdiggins on 25 Apr 2007 at 10:49

GoogleCodeExporter commented 8 years ago

Original comment by cdiggins on 17 Jul 2007 at 2:07