lua-users home
lua-l archive

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


Hi,

>From C I know include-files and libraries and different source files,
which later are linked together. All this helps to organize scopes,
spaces and source codes as such.

If I dont want to put all sources I want to write for a lua program 
into a single lua-file -- what is the best way to do that?

Modules?

sourcing the code into a main file like done with unix shell scripts?
Are there other ways?

Best regards,
mcc