Core Functions

Functions to preprocess macro code.

msource()

Macro Source Function

Symbol Table Functions

Functions to interact with the Macro Symbol Table.

symput()

Assign a Variable in the Macro Symbol Table

symget()

Get a Variable Value from the Macro Symbol Table

symclear()

Clear the Macro Symbol Table

symtable()

Examine the Macro Symbol Table

print(<symtable>)

Print the Macro Symbol Table

Addin Functions

Functions to support interactive usage via addin menu.

runMSource()

Addin Function to Run msource()

runMSourceDebug()

Addin Function to Run msource() in Debug Mode