On 2009-08-02 11:01:01 -0400, "Denis Koroskin" <2kor...@gmail.com> said:
Stdout("Hello, World!").newline.newline.newline;
This syntax/wording just looks wrong to me. "newline" isn't a verb, it's more like a noun and thus should be a property, a getter in this case. But it does an action and return the stream, it's no getter at all. Completly backward.
-- Michel Fortin michel.for...@michelf.com http://michelf.com/