lua-users home
lua-l archive

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


On Tue, Sep 10, 2013 at 3:19 PM, Andrew Starks <andrew.starks@trms.com> wrote:
> I wanted to add one more thought. If you do the above version, your user may
> wish to add additional arguments. So the argument list to "find" might be:
>
> find( dir_str, patt, fun, ...)

that's what closures are for.

-- 
Javier