michael@0: function f(x) { michael@0: x = x + 1; michael@0: return x; michael@0: } michael@0: assertEq(f(3), 4)