Can anyone tell me why: StepTalk > [:x :y|[:z | x + y + z] valueWith:3] valueWith:5 with:7. (0) 15 works ok while: StepTalk > a := [:x :y|[:z | x + y + z] valueWith:3]. (1) <STBlock: 81bf428> StepTalk > a valueWith:5 with:7. Segmentation fault does not?
Matt.
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
