|
Subject: RE: Help with select-elements function From: "Pawson, David" <DPawson@xxxxxxxxxxx> Date: Fri, 3 Apr 1998 07:51:52 +0100 |
> Thanks: going from '( "a" ("name" value)) to (list "a" ("name" value))
> fixed it.
>
> I thought "'()" was simply a shorthand for (list). I guess it means
> more
> than that?
>
'(item item item) is equivalent to
(quote (item item item))
Anything in double quotes is taken as a string literal.
The brackets then don't form a list, simply are chars
inside the string.
DaveP
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Help with select-elements funct, Russell Senior | Thread | Using "DEFINE", Chuck Darney |
| Problem With tree-before, W. Eliot Kimber | Date | Re: Problem With tree-before, Richard Light |
| Month |