Leo Razoumov (see_signature / 127.0.0.1) wrote: > # PROPOSED FEATURE: > x = 0 #line_1 > { > my x = 7 # new varible 'x' shadowing 'x' from line_1 > x # -> 7 > } > x # -> 0 This seems to me like it would be very useful. Cullen J O'Neill -- cjon / engin.umich.edu