Newsgroups: comp.lang.dylan
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!news.duke.edu!convex!cs.utexas.edu!swrinde!sdd.hp.com!news.cs.indiana.edu!johnl@cs.indiana.edu
From: "John Lacey" <johnl@cs.indiana.edu>
Subject: Re: Could this be a BAD thing?
Message-ID: <1994Oct18.134139.1524@news.cs.indiana.edu>
Organization: Computer Science, Indiana University
References: <37kuhe$p4l@hobbes.cc.uga.edu> <37l37g$hpa@cantaloupe.srv.cs.cmu.edu> 	<37l9kn$7i6@darkstar.UCSC.EDU> <DLW.94Oct16184349@butterball.odi.com>
Date: Tue, 18 Oct 1994 13:41:36 -0500
Lines: 13

dlw@odi.com (Dan Weinreb) writes:
> 
> [Assignment and comparison] If I remember correctly, ALGOL 60
> and PL/I use the same notation for both.

PL/I does; Algol 60 does not.

John L

P.S. (define x 5)
     (set! x 7)

Hmm. The whole problem disappears, doesn't it?
