lua-users home
lua-l archive

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


KS> Must there be some kind of import statement or something?
KS> (I saw the dostring/dofile functions, but I couldn't find a
KS> solution with those functions.) 

you probably want to use "require".

Gunnar