[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to do an #include ?
- From: erik@... (Erik Hougaard)
- Date: Wed, 15 Mar 2000 14:51:00 +0100
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