j
k
j a
j l
Franklin? Lee wrote:
with a,b,c,d from myobject: a b c() d = 1
This example is a bit weird -- if a, b, etc. are locals then it's equivalent in every way to just with a,b,c,d from myobject: c() d = 1 -- Greg
Back to the thread
Back to the list