Newsgroups: comp.lang.scheme.c
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!gatech!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!msunews!netnews.upenn.edu!news.drexel.edu!king.mcs.drexel.edu!mcs.drexel.edu!jjohnson
From: jjohnson@mcs.drexel.edu (Jeremy Johnson)
Subject: semantics of quote
Message-ID: <1995Apr12.135321.8057@mcs.drexel.edu>
Sender: jjohnson@mcs.drexel.edu (Jeremy Johnson)
Organization: Drexel University
Date: Wed, 12 Apr 95 13:53:21 GMT
Lines: 25

I am using MIT-scheme 7.3 (both the sun and dos versions).  When
I enter the expression:

1 ]=> (quote (quote))

;Value: (quote)

However I also get

1 ]=> (quote (quote 3))

;Value: '3

Is this the correct value for the expression "(quote (quote 3))"?

Thanks,

Jeremy Johnson
-- 
Jeremy Johnson
Department of Mathematics and Computer Science
Drexel Univesity
Philadelphia, PA 19104
phone: (215) 895-2893    fax: (215) 895-1582 
e-mail: jjohnson@mcs.drexel.edu
