October 13, 2002
// funcout theFunc(funcin){ funcbody;} It's a well known template.

It’s an example:

class MyClass {

int[char[]], double[char[]] theMethod(int[] x, double[] y, char[] z){
// ...
}
}

What wrong in it? Is it difficult to understand?

Does We need E-language to realize it? But You can write so or not? Is D for “Programmers who think the language should provide enough features”?

-- Dr.Dizel