[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Quiz question
- From: Coroutines <coroutines@...>
- Date: Fri, 28 Mar 2014 13:11:10 -0700
On Fri, Mar 28, 2014 at 4:36 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Suppose you make local copies of each and every one of the 150 values
> in the Lua 5.3 standard libraries and then set their values in _ENV to nil.
>
> Which, if any, of the local functions are now broken?
>
Personally I kinda wish people would just write string.find() rather
than making a local sfind(), much easier to notice when things
disappear.