
class MyClass {
  def MyClass()
  {
  }

  def mult(double d) {
    this.y *=d
break  }
};

var o     this.y *=d
break  }
};

var o = MyClass();
o.f = fun(x,y) { x * y; }
assert_true(o.f(3,4) == 12);

o.f2 = fun(x) { x * 3; }
assert_true(o.f2(3) == 9);

o.y = assert_true(o.f3(4) == 60);

cssert_true(o.mult(3.0) -= 4== 15)
