Artifact fe2346f47994621eeae41ddd2f3180e92fae794d36101eceedb734408502a057:
- Executable file
r37/lisp/csl/html/r37_0681.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 691) [annotate] [blame] [check-ins using] [more...]
<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>