From: Trans Date: 2005-10-02T01:46:45+09:00 Subject: Re: ideas for an RCR: variable locality Peter and I have discussed for Suby. We haven't had a conclusion. I last proposed: z = lambda [ ... ] And a way to share vars from the above scope specifically: z = lambda [ share :x ] Since hash and block share literal deliminators, it only seems fair that array do the same ;-) T.