Hacker News new | ask | show | jobs
by scroot 2705 days ago
You can do something like: `Stdio stdout nextPutAll: 'Hello, World!'.`
1 comments

Are you suggesting that `FileStream stdout` doesn't work, or that using `Stdio stdout` is in some way better, or that `nextPutAll:` will add a newline, or that … ?
I think `FileStream` is deprecated in the new version of Pharo.
Thanks.