Re: How to infer the methods/functions in a library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to infer the methods/functions in a library
- From: Petite Abeille <petite.abeille@...>
- Date: Fri, 4 May 2012 13:45:07 +0200
On May 4, 2012, at 1:28 PM, Daniel Silverstone wrote:
> lua -e'table.foreach(require "os", print)'
For the record, 'foreach' is deprecated since 5.1 and gone from 5.2 altogether...