<A NAME=EDITDEF>
<TITLE>EDITDEF</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>EDITDEF</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P>
<P>
<P>
<P>
The interactive editor
<A HREF=r37_0680.html>ed</A> may be used to edit a user-defined
procedure that has not been compiled.
<P> <H3>
syntax: </H3>
<P>
<P>
<em>editdef</em>(<em>identifier</em>)
<P>
<P>
<P>
where <em>identifier</em> is the name of the procedure. When <em>editdef</em>
is invoked, the procedure definition will be displayed in editing mode,
and may then be edited and redefined on exiting from the editor using
standard
<A HREF=r37_0680.html>ed</A> commands.
<P>
<P>