foo(a,b,c,d,e,f,g,h,i,j,xx)1 foo (a, b, c, d, e, f, g, h, i, j, xx)
2      double xx;
3 {
4   return xx + 1.2345;
5 }
6