Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Output to Character Up: Input/Output Previous: Input from Binary

22.3. Output Functions

The output functions are divided into two groups: those that operate on streams of characters and those that operate on streams of binary data. The function format operates on streams of characters but is described in a section separate from the other character-output functions because of its great complexity.



AI.Repository@cs.cmu.edu