|
Hi,
I am not sure if I understand you right. Do you want to have a single Lua function split over
into several files, or do you want to have a single program split over several files?
Both is possible, but the first is actually rather unusual. If you need to split a single function
over several files, there is certainly something wrong with your coding style ;-)
If you could clarify which of the two above you want I would try to show you how either is done.