lua-users home
lua-l archive

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


> > Try this:
> >        load(io.lines"xxx")
> 
> Doesn't it need to be load(io.lines("xxx", "*L"))?

Yes.

-- Roberto