I'm a newbie to Smalltalk, but not to programming.

I'm trying to get a web page using an example from Squeak and Pharo (which I have loaded on my machine):


"  HTTPSocket httpShowPage: 'http://www.altavista.digital.com/
index.html'      "


When I select this and do it - I get nothing.


When I select this and print it - I get nil


What am I doing wrong?




Thanks, Steve