[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is there an #include equivalent in Lua (I do not mean require)
- From: "Tony Papadimitriou" <tonyp@...>
- Date: Thu, 18 Sep 2014 16:07:41 +0300
Hi all,
How can one #include a bunch of files so that when compiled, a single
self-contained executable is produced.
'require' does not qualify as equivalent because it needs to find the files
at run-time.
TIA
Tony