How to I create include files in Lua language.
        Posted  
        
            by fpinheiro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fpinheiro
        
        
        
        Published on 2010-05-28T20:15:59Z
        Indexed on 
            2010/05/28
            20:22 UTC
        
        
        Read the original article
        Hit count: 174
        
I want to create a header file in lua (header.lua), then do the "require" function to load it.
How do I do require a file that I have created?
Thanks
© Stack Overflow or respective owner