Modulinos: Difference between revisions

(Makefile now deletes all temporary files)
Line 502:
 
=={{header|Lua}}==
Lua has scripted main by default because files are largely indistinguishable from functions semantically (they compile to Lua functions.) Ellipses is Lua's var-arg syntax for functions, and, therefore, for files as well.
Lua has scripted main by default, using an obscure syntax (an ellipsis of all things).
 
scriptedmain.lua