lua-users home
lua-l archive

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


>PS: Btw, why does dostring rejects precompiled code at the moment?  Is it
>considered too dangerous?  Afaics it should work.

Besides being a little dangerous, there's no way to get precompiled code
except from a file. In that case, why not use dofile instead?
--lhf