Group: | Information and Control |
See also: | edit savemac |
Function: | editmac | |
Description: |
editmac starts an editor to view or change a macro's definition.
|
Usage: | editmac(name) | |
Input: | ||
name | string, containing the name of the macro |
proc(j)=factorial(x) prod(1:x) endp editmac("factorial")
a window to edit the macro factorial
Group: | Information and Control |
See also: | edit savemac |