@iftex
@finalout
@end iftex
-@comment $Id: scheme.texinfo,v 1.55 1995/11/07 04:45:28 adams Exp $
+@comment $Id: scheme.texinfo,v 1.56 1996/02/15 22:30:52 cph Exp $
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename scheme
@settitle MIT Scheme Reference
@ifinfo
This file documents the MIT Scheme system.
-Copyright @copyright{} 1988-95 Massachusetts Institute of Technology
+Copyright @copyright{} 1988-96 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and Computer
@titlepage
@title{MIT Scheme Reference Manual}
-@subtitle Edition 1.52 beta
+@subtitle Edition 1.55 beta
@subtitle for Scheme Release 7.4
-@subtitle 30 May 1995
+@subtitle 15 Feb 1996
@author by Chris Hanson
@author the MIT Scheme Team
@author and a cast of thousands
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1988-95 Massachusetts Institute of Technology
+Copyright @copyright{} 1988-96 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and Computer
(substring? "rat" "pirate") @result{} 2
(substring? "rat" "outrage") @result{} #f
(substring? "" any-string) @result{} 0
-(if (substring "moon" text)
+(if (substring? "moon" text)
(process-lunar text)
'no-moon)
@end group