lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jun 12, 2015 at 7:56 AM, Thomas Jericke <tjericke@indel.ch> wrote:
> what I'd liked to have was:
>
> dosomecoolstuff(astring : number, auserdata : number, anumber : string, 45 :
> deg2rad)

That's indeed nice notation. Except that in my head it looks like a
function _declaration_, not a function call. (I believe Metalua
supports that)

So, ambiguous magic...