[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Add hooks for print functions like the one for allocation.
- From: Leo Razoumov <slonik.az@...>
- Date: Mon, 28 Oct 2013 19:32:10 -0400
On Sat, Oct 26, 2013 at 6:07 PM, Paul Chavent <paul.chavent@fnac.net> wrote:
> Hi.
>
> I would like to be able to redirect the lua prints.
>
Simply call io.output(filename) and you are done.
--Leo--