[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to infer the methods/functions in a library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 4 May 2012 08:47:33 -0300
> lua -e'for k,v in pairs(require"os") do print(k,v) end'
See also http://www.lua.org/cgi-bin/demo?globals