Next Previous Up Top Contents Index

4.4 The PRINT module

*print-circle?*

Variable

Summary

Controls whether or not to print recursively.

Type

<boolean>

Initial value

None.

Library

io

Module

print

Description

Controls whether or not to print recursively. When *print-circle* is #f, printing proceeds recursively and attempts to print a circular structure results in failure to terminate.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index