help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Difference between "Transcript show" and printNl


From: Ludovic
Subject: Re: [Help-smalltalk] Difference between "Transcript show" and printNl
Date: Fri, 14 Mar 2014 19:00:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Le 14/03/2014 14:26, Duke Normandin a écrit :
Hi ..

Hi Duke

'hello' printLn.

==> 'hello'

Transcript show: 'hello'; cr.

==> hello   (without the single quotes)

Why is that?  TIA ...


See this book "Computer Programming using GNU Smalltalk" from Canol Gökel, available as free PDF e-book (see ZIP file):
http://www.canol.info/books/computer_programming_using_gnu_smalltalk/

on page 23, in section "Another Way to Display Output on Terminal"

Ludo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]