BlueBook. Read the first half.

http://stephane.ducasse.free.fr/FreeBooks/BlueBook/Bluebook.pdf

HelloWorld:

VTermOutputDriver stdout green: 'Hello World'

If you are on OSX or Linux, will be shown on the console.
Windows: writes the string in the stdout file in the image directory (silly
Windows VM issue).

In Pharo itself:

Transcript
open;
<< 'Hello World'

HTH
Phil



On Sun, Oct 23, 2016 at 3:15 PM, Vitor Medina Cruz <vitormc...@gmail.com>
wrote:

> I think the MOOC is too much for a tutorial. What I miss today is a good
> written (no videos! Please!) tutorial that teaches just a little of the
> language and give a few guidelines on how to do simple stuff with the
> environment, such as a "Hello World!", creating a class, tests and run
> stuff.
>
> On Sat, Oct 15, 2016 at 12:15 PM, horrido <horrido.hobb...@gmail.com>
> wrote:
>
>> Excellent suggestion! I shall look into it. Thanks.
>>
>>
>>
>>
>> --
>> View this message in context: http://forum.world.st/The-Ulti
>> mate-Smalltalk-Tutorial-tp4918859p4918930.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>>
>

Reply via email to