lua-users home
lua-l archive

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


2011/10/16 Petite Abeille <petite.abeille@gmail.com>:
>
> On Oct 16, 2011, at 9:02 PM, Dirk Laurie wrote:
>
>> return mymod1, mymod2

>
> ( (1.1) Parenthetically: the second module will be ignored in your return statement. )
>
Only by `require`.  Not ignored by `dofile`.

Dirk