lua-users home
lua-l archive

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


On Fri, Feb 25, 2011 at 05:25, steve donovan <steve.j.donovan@gmail.com> wrote:
> By using debug information, a shell would know where a
> function was defined and could dynamically extract marked comments
> from the source.
>

What about functions that are dynamically created at runtime?

--Leo--