lua-users home
lua-l archive

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


Christophe Gimenez wrote:
> 
> Hi ! I've not found an #include equivalent in the manual ?
> 
> Am I right ? If yes of to include files with LUA ?
> 
> Thanks

Several ways exists .. The easied at first is simply to do a
"dofile(filename)" in your source. When executing gets to that point
that file will be included and executed. 

/Erik