Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!canopus.hbs.edu!news-in.tiac.net!uunet!in1.uu.net!world!carlg
From: carlg@world.std.com (Carl E Gundel)
Subject: Re: SE: Compilation Errors
Message-ID: <Dz39n1.2GB@world.std.com>
Organization: The World, Public Access Internet, Brookline, MA
X-Newsreader: TIN [version 1.2 PL2]
References: <325D4BFF.5A73@xtdl.com>
Date: Fri, 11 Oct 1996 02:01:49 GMT
Lines: 23

Eric Thoman (ethoman@xtdl.com) wrote:
: I'm trying to go thru the tutorial for Express. 

: The following is being evaluated with ShowIT:
: Window turtleWindow: `Turtle Graphics'.

Are you actually using both kinds of apostrophes ( ` and ' ) in your code 
as you demonstrate?  The line should read:

    Window turtleWindow: 'Turtle Graphics'.

and not

    Window turtleWindow: `Turtle Graphics'.

Hope this helps,

Carl
-- 
------------------------------------------------------------------
 Carl Gundel  carlg@world.std.com  Shoptalk Systems  508-872-5315
 author of Liberty BASIC, a 1996 PC Magazine Awards Finalist!
 http://world.std.com/~carlg/basic.html
