[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Organizing sources
- From: meino.cramer@...
- Date: Fri, 6 Jul 2012 05:17:12 +0200
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