help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Writing to a File


From: Isaac Gouy
Subject: Re: [Help-smalltalk] Writing to a File
Date: Sat, 22 Jan 2005 23:58:30 -0800 (PST)

Stewart, 

afaict the code is doing what you want using stdout - is that correct?

You probably want to use the methods in class File (not those in
FileDescriptor).

bar := (File name: 'bug_output') writeStream.

Does that do what you want?

Note there are some more GST programs on the old shootout webpage
http://shootout.alioth.debian.org/old/benchmark.php?test=all&lang=gst&sort=cpu



                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]