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. :)

Reply via email to