lua-users home
lua-l archive

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


On 10/16/07, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> > I am a bit surpprised that redirecting stdout to a file by means of
> > io.output(file) has no effect on print(...) function.
>
> print is not part of the io library.
>

OK. Then, how do I redirect output from "print" to some file or file handle?

Thanks,
--Leo--