[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Registering a new function that wraps write(format())
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 21 Feb 2002 12:14:18 -0300
>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