view python/closure.py @ 361:5e0b4ec36013

add another textshaper thingy
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 04 Jul 2013 16:01:38 -0700
parents 6ae566bb1a99
children
line wrap: on
line source

directory = 'foo'
bar = lambda: directory
directory = 'fleem'
print bar()