michael@0: function f0(p0,p1) { michael@0: if (p0) { michael@0: p1 + p1; michael@0: } else if (p0); michael@0: } michael@0: print(f0(0,0));