![]() |
System Debug Reference Manual
> Chapter 10 System Debug Standard Functionsfunc macbody |
|||||||||||||||||||||||
|
Syntaxmacbody (macroname) Formal Declarationmacbody:str (macroname:str) Parameters
Examples
$nmdebug > wl macbody("showtime")
wl time
Display the macro body for the macro command named showtime.
$nmdebug > wl macbody("min")
if p1 <= p2 then return p1 else return p2
Display the macro body for the macro function named min.
Limitations, RestrictionsNone
|