end {
  print reduce({"a":1,"b":2,"c":3}, func (acck,accv,ek,ev) { return 999 });
}
