Scheme 48 Manual | Contents | In Chapter: Libraries
Previous: General utilities | Next: ASCII character encoding
Pretty-printing
These are in the pp structure.
- (p value)
- (p value output-port)
- (pretty-print value output-port position)
Pretty-print value The current output port is used if no port is
specified.  Position is the starting offset.  Value will be
pretty-printed to the right of this column.
  
Previous: General utilities | Next: ASCII character encoding