I want to use the Pen class to teach some basic geometry at my local code club. I can do it with Squeak, but what about Faro?
p := Pen new.
p go: 100.
I remember reading that the Pen class was removed from the Pharo core, so is there a way to add it? Or should I stick with Squeak for this kind of programming?
source
share