[Newbies] stdio, stdin, stdout with Squeak-3.9-8

Isaac Gouy igouy2 at yahoo.com
Wed Apr 11 19:56:20 UTC 2007


With Squeak3.8.1-6747 it was possible to write to stdout like this

   |stdout|
   stdout := FileStream fileNamed: '/dev/stdout'.
   stdout nextPutAll: 'stuff'.

That no longer seems to work with Squeak-3.9-8 on Linux.

Is there a new way to write/read from stdout/stdin?


       
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/


More information about the Beginners mailing list