michael@0: let(x = "") { michael@0: x++ michael@0: assertEq(x, 1); michael@0: } michael@0: michael@0: /* Test no assert. */