Paul Morrow wrote: > def baz(a,b,c): > __synchronized__ = True > __accepts__ = (int,int,int) > __returns__ = int > __author__ = 'Fred Flintstone' > > return a + b + c > Sorry about the indentation screw-up on that return stmnt...