Include command (debugger): Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Calls another Debugger [[using_debugger_macros.html|macro]]. </span>
<span class="f_Para">Calls another Debugger [[Using Debugger Macros|macro]]. </span>


'''Syntax:'''  
'''Syntax:'''  
Line 13: Line 13:
|-
|-
| '''Scope:'''
| '''Scope:'''
| <span class="f_Para">Allowed only in Debugger [[using_debugger_macros.html|macros]].</span>
| <span class="f_Para">Allowed only in Debugger [[Using Debugger Macros|macros]].</span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Revision as of 03:20, 1 December 2022

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: --