lua-users home
lua-l archive

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


>function printf(format, ...)
>  write(call(format,arg))
>end
>
>(just slight error I think) 

No, format here is the function not the string. The format string is arg[1].
--lhf