[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Opposite of unpack() in lua 5.0?
- From: diego@...
- Date: Sat, 10 Jul 2004 15:22:42 -0400 (EDT)
Hi,
I am sure someone else will answer this too. :o)
Here is your pack() function:
function pack(...)
return arg
end
Regards,
Diego.