[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Q] print function and stdout redirection?
- From: "Leo Razoumov" <slonik.az@...>
- Date: Tue, 16 Oct 2007 09:13:02 -0400
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--