/[guile]/guile/guile-core/doc/ref/misc-modules.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/misc-modules.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4 by ossau, Tue Mar 12 20:51:25 2002 UTC revision 1.1.2.5 by ossau, Fri Mar 15 09:23:18 2002 UTC
# Line 30  how @code{pretty-print} will format the Line 30  how @code{pretty-print} will format the
30            (else (if (= x 1) 2 (* x x x))))))            (else (if (= x 1) 2 (* x x x))))))
31  @end lisp  @end lisp
32    
33  @deffn procedure pretty-print obj [port]  @deffn {Scheme Procedure} pretty-print obj [port]
34  Print the textual representation of the Scheme object @var{obj} to  Print the textual representation of the Scheme object @var{obj} to
35  @var{port}.  @var{port} defaults to the current output port, if not  @var{port}.  @var{port} defaults to the current output port, if not
36  given.  given.
# Line 77  The @code{format} procedure, to be found Line 77  The @code{format} procedure, to be found
77  format)}, can do all this, and even more.  If you are a C programmer,  format)}, can do all this, and even more.  If you are a C programmer,
78  you can think of this procedure as Guile's @code{fprintf}.  you can think of this procedure as Guile's @code{fprintf}.
79    
80  @deffn procedure format destination format-string args @dots{}  @deffn {Scheme Procedure} format destination format-string args @dots{}
81  The first parameter is the @var{destination}, it determines where the  The first parameter is the @var{destination}, it determines where the
82  output of @code{format} will go.  output of @code{format} will go.
83    

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26