Re: Lua program divided in multiple files
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua program divided in multiple files
- From: Gunnar Zötl <gz@...>
- Date: 2003年2月25日 12:13:42 +0100
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