On Fri, 2005-02-18 at 23:22 -0600, Matthew Swank wrote: > This one is also interesting: > > StepTalk > a := [:x :y|[:z | x + y + z]] valueWith:3 with:5. > (0) <STBlock: 81cc260> > StepTalk > a valueWith:7. > Error (NSInvalidArgumentException): GSMutableDictionary(instance) > does not recognize isValid > StepTalk > ([:x :y|[:z | x + y + z]] valueWith:3 with:5) valueWith:7. > (1) 15 > Same problem as before - works in a script, does not work in the shell. I hope to look in that soon. Or if someone would like to investigate it, I can give him few pointers.
Regards, Stefan Urbanek -- http://stefan.agentfarms.net First they ignore you, then they laugh at you, then they fight you, then you win. - Mahatma Gandhi _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
