Subject: Re: Hangman
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 2000/06/16
Newsgroups: comp.lang.scheme
Message-ID: <8icn4n$mtvfe$1@fido.engr.sgi.com>
Ingo Ruhnke  <grumbel@gmx.de> wrote:
+---------------
| BTW. Is there a way to flush stdout in scheme?
+---------------

Not a *standard* way, but most Scheme implementations provide a primitive
procedure to do it. Unfortunately, the names vary all over the place, e.g.:

	SCM:	  force-output
	MzScheme: flush-output
	Elk:	  flush-output-port


-Rob

-----
Rob Warnock, 41L-955		rpw3@sgi.com
Applied Networking		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
1600 Amphitheatre Pkwy.		PP-ASEL-IA
Mountain View, CA  94043