[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in dofile?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 27 Dec 2000 08:50:39 -0200 (EDT)
This is not a bug in dofile, it is just how listcode works: it returns a table
containing the bytecode for a function. In the case of chunks, the function
is the top-level, "main" function.
For a recursive (and nicer) listing of a chunk and its functions, use luac.
listcode is for internal debugging only.
--lhf