Mercurial > hg > xemacs-beta
comparison man/lispref/streams.texi @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 360340f9fd5f |
children |
comparison
equal
deleted
inserted
replaced
176:6866abce6aaf | 177:6075d714658b |
---|---|
481 @result{} "This is the output" | 481 @result{} "This is the output" |
482 @end group | 482 @end group |
483 | 483 |
484 @group | 484 @group |
485 last-output | 485 last-output |
486 @result{} (10 34 116 117 112 116 117 111 32 101 104 | 486 @result{} (?\n ?\" ?t ?u ?p ?t ?u ?o ?\ ?e ?h ?t |
487 116 32 115 105 32 115 105 104 84 34 10) | 487 ?\ ?s ?i ?\ ?s ?i ?h ?T ?\" ?\n) |
488 @end group | 488 @end group |
489 @end example | 489 @end example |
490 | 490 |
491 @noindent | 491 @noindent |
492 Now we can put the output in the proper order by reversing the list: | 492 Now we can put the output in the proper order by reversing the list: |