[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How do you cope with 2 or more optional parameters?
- From: Petite Abeille <petite_abeille@...>
- Date: Fri, 18 Dec 2009 18:30:27 +0100
On Dec 18, 2009, at 6:05 PM, spir wrote:
> Names arguments are very cool in some cases ;-)
Right... in Lua... named parameters would be a table:
f( { a = b, c = d, ... } )