Next Previous Up Top Contents Index

4.5 The PPRINT module

pprint-indent

Function

Summary

Specifies the indentation to use within the current logical block.

Signature

pprint-indent relative-to n stream => ()

Arguments

relative-to
One of #"block" or #"current".

n
An instance of <fixed-integer>.

stream
An instance of <stream>.

Values

None.

Library

io

Module

pprint

Description

Specifies the indentation to use within the current logical block. When relative-to is #"block", then pprint-indent sets the indentation to the column of the first character of the logical block plus n. When relative-to is #"current", then pprint-indent sets the indentation to the current column plus n.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index