On 9 Sep 2017, at 19:35, Eliot Miranda <eliot.miranda@gmail.com> wrote:
Point class >> x: anInt1 y: anInt2
[
^ self new setX: anInt1 Y: anInt2]because trailing white space will only accumulate, something I see in Pharo and Squeak code.Alternatively have the output add white space if required and the input remove any and all trailing white space.