# This works on CPython but not on IronPython 9.2 def f (i): def g (): return i+1 return g() print f(3) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050923/15bf689c/attachment.html>