Skip to content

Syntax overview

Interfiber edited this page Aug 4, 2024 · 1 revision

Syntax overview

Headers

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

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

Macro list

See the specific Macro list page for more information

Clone this wiki locally