Path: utzoo!attcan!uunet!snorkelwacker!apple!fox!portal!cup.portal.com!MJB From: MJB@cup.portal.com (Martin J Brown-Jr) Newsgroups: comp.lang.smalltalk Subject: smalltalk `string' standard? Message-ID: <25843@cup.portal.com> Date: 12 Jan 90 09:13:50 GMT Organization: The Portal System (TM) Lines: 26 I am using Digitalk's Smalltalk V/286 to learn smalltalk. I'm am somewhat con fused by the following: Two of the three smalltalk texts that I have use the following format when dealing with single quoted strings: Prompter prompt: `Name: ' default: `' ** note that the open quote is an ascii xx60, while the end quote is xx2C * Another smalltalk text uses the following format in the same situation: Prompter prompt: 'Name: ' default: '' ** note that the open and end quotes are both ascii xx2C (The V/286 manual uses the first format, but V/286 only works if you use the second format.) Is there a smalltalk standard? And if I need/want to change how V/286 works, where (class?) would I go to change it? Thanx for any assistance! - MJB -