Compiler directive. At compile time, <MvINCLUDE> will include the named file which can include other files. This allows you to separate your code into functional groups or libraries files.
Attributes
ExampleThe Miva Script compiler will merge these three un-compiled files into the program at compile time. Example:<MvINCLUDE FILE = "tools/database.mv"> <MvINCLUDE FILE = "../library/license.mv"> <MvINCLUDE FILE = "../library/utility.mv">
|