Name:
Anonymous
2006-05-11 5:09
Post your code indenting and style. Anonymous' is:
[code]
Name:
Anonymous
2006-05-11 5:11
>>1 I suffered from premature submission as I wanted to add "for C-style languages".
return types FunctionName(type argument, type argument) {
statement (stuff) {
a = b + c * (d + e);
object.ThisIsAMethod(argument, argument);
}
}