lua-users home
lua-l archive

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


Hi,

I am sure someone else will answer this too. :o)

Here is your pack() function:

    function pack(...)
        return arg
    end

Regards,
Diego.