From: "Oren Tirosh" <oren-py-d@hishome.net> > > def F(): > suite > <=> > def F as function: > suite > <=> > F = function(CODE, globals(), 'F') > function construction may need a set of cells to implement nested scopes.