end {
  f = func (a,b) { return a * b };
  print f(3, 4);
}
