help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling a function with undefined symbol


From: Michael Heerdegen
Subject: Re: Calling a function with undefined symbol
Date: Thu, 03 Nov 2022 12:09:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Emanuel Berg <incal@dataswamp.org> writes:

> Yes, but why do you need the "strange value" for that?

I chose it because you get an `equal' value when you quote the value (to
suggest a wrong track to an answer), and

> (setq one 1)
>
> (eq    'one one) ; nil
> (equal 'one one) ; nil

`1` doesn't have this characteristic: `1` and `'1` are not `equal'
values.


Ok - so here is part two of the exercise to check whether you have
understood quoting.  Is the `length' of this strange value `''''''...`

  (a) 0   or
  (b) 1   or
  (c) 2   or
  (d) infinite/undefined ?

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]