From: "Simon Kröger" Date: 2005-07-30T19:43:52+09:00 Subject: Re: make local var visible > x = 1 > > deff fx > p x > end > > fx # prints 1 > > > > But i think it's an overkill to create new decl just so one can just see > through, no? > > thanks and kind regards- botp Hi botp, ------------------------------------ foo = [1, 2, 3, 4, 5] def mfoo(): print foo #go go go mfoo() ------------------------------------ If you are looking for something without all the $,@,@@,$@ etc. and implied visibilities you are looking for another language. (save the above as foo.py and try it) Ok, i will hide quickly before getting lapidated... Simon