Re: [Q] print function and stdout redirection?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Q] print function and stdout redirection?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年10月16日 10:51:48 -0200
> 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.