On 2/28/11 8:16 AM, Andrej Mitrovic wrote:
On 2/28/11, Andrei Alexandrescu<seewebsiteforem...@erdani.org> wrote:
On 2/28/11 6:48 AM, Andrej Mitrovic wrote:
I prefer using the equals sign:
foo(action = "dofoo", times = 100)
This is how Python does it.
// in a module far, far away
void fun(double x);
// In a module importing it
int x = 42;
fun(x = 43);
Andrei
Yes, I've mentioned I was wrong in my next-to-last post. :)
Apologies - I replied to posts this morning as I was seeing them, a
practice I need to change.
Andrei