lua-users home
lua-l archive

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


>      if (ls->fs->prev)  /* inside other function? */
>        return 0;
>
>in function "stat" (lparser.c:762). That is, we explicitly forbid this

OK

[...]

>Because of that, we decided to forbid this syntax. We are not 
>sure about
>this decision, but it is always better to add it later than to remove
>it later.

One of the classics tradeoffs about computer programs ;)
Thanks for your help!

--vp