@c This file is part of the MIT/GNU Scheme Reference Manual.
-@c $Id: overview.texi,v 1.2 2004/11/19 16:41:52 cph Exp $
+@c $Id: overview.texi,v 1.3 2004/12/07 04:58:48 cph Exp $
@c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology
@c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology
conditional tests, all values count as true except for @code{#f}, which
counts as false (@pxref{Conditionals}).
-Implementation note: In MIT/GNU Scheme, @code{#f} and the empty list are the
-same object, and the printed representation of @code{#f} is always
-@samp{()}. As this contradicts the Scheme standard, MIT/GNU Scheme will be
-changed to make @code{#f} and the empty list different objects.
-
@node External Representations, Disjointness of Types, True and False, Scheme Concepts
@subsection External Representations