-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax overview
Interfiber edited this page Aug 4, 2024
·
1 revision
Headers are usually declared as so:
%MyHeader
{
%SomeMacro SomeArgument0 SomeArgument1
}
Headers are macros which have no arguments, any macro with no arguments will be ignored by Mesa
Variables are declared at a workspace-level and can be used in specific macros.
Declare a variable
%Variable MyVar SomeData
Use a variable
%Include $MyVar
See the specific Macro list page for more information