HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 8 System Debug Standard Functions

func macbody

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

Feedback to webmaster