Mercurial > hg > xemacs-beta
comparison man/lispref/streams.texi @ 54:05472e90ae02 r19-16-pre2
Import from CVS: tag r19-16-pre2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:55 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
53:875393c1a535 | 54:05472e90ae02 |
---|---|
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: |