| description | Learn more about: MACRO | |
|---|---|---|
| title | MACRO | |
| ms.date | 12/16/2019 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 89434f7c-bc2c-4e91-8940-fe2db8785233 |
Marks a macro block called name and establishes parameter placeholders for arguments passed when the macro is called.
name MACRO ⟦parameter ⟦:REQ | :=default | args :VARARG⟧ ...⟧
statements
⟦GOTO :macrolabelId⟧
⟦EXITM⟧
ENDM ⟦value⟧
A macro function returns value to the calling statement.