lua-users home
lua-l archive

Re: CHanging the order of parameters, is that possible?

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


function foo(fmt, a, b, ... )
 print(string.format('%d %s', b, a, ... ))
end
?

AltStyle によって変換されたページ (->オリジナル) /