Include command (debugger): Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Calls another Debugger [[Using Debugger Macros|macro]]. </span>
<span class="f_Para">Calls another Debugger [[Using Debugger Macros|macro]]. </span>



Latest revision as of 21:24, 30 January 2023

Action:

Calls another Debugger macro.

Syntax:

include macro

where macro is the unquoted name of the macro.

Scope: Allowed only in Debugger macros.
Client menu: --
Introduced: --