|
Compiler directive. At compile time,
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"> <MvINCLUDE FILE = "json.js" INTERPRET="OFF"> <MvINCLUDE FILE = "example.mv" INTERPRET="OFF">
|