func macbody [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
func macbody
Returns a string that is the macro body for the specified macro name.
Syntax
macbody (macroname)
Formal Declaration
macbody:str (macroname:str)
Parameters
macroname The name of the macro whose body is to be returned.
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, Restrictions
none
MPE/iX 5.0 Documentation