Diff for /freem/doc/freem.texi between versions 1.62 and 1.63

version 1.62, 2025/05/19 13:14:35 version 1.63, 2025/05/19 17:57:20
Line 3475  ZEDIT@emph{[:postcondition]} @emph{<rout Line 3475  ZEDIT@emph{[:postcondition]} @emph{<rout
   
 In its single-argument form, edits @emph{<routine-name>}, provided the optional @emph{postcondition} is @emph{true} or omitted.  In its single-argument form, edits @emph{<routine-name>}, provided the optional @emph{postcondition} is @emph{true} or omitted.
   
   If the specified routine does not exist, it will be created.
   
 Routine names must not be quoted, and must not included a leading caret (@code{^}).  Routine names must not be quoted, and must not included a leading caret (@code{^}).
   
 @emph{Errors}  @emph{Errors}
   
 @code{ZEDIT} will raise @code{ZNOPGM} if the routine cannot be found, or there is no routine currently loaded in argumentless form.  @code{ZEDIT} will raise @code{ZNOPGM} in its argumentless form if there is no routine currently loaded.
   
 @node ZGOTO  @node ZGOTO
 @section ZGOTO  @section ZGOTO

Removed from v.1.62  
changed lines
  Added in v.1.63


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>