[8020] in SIPB bug reports
Trash in vars.
daemon@ATHENA.MIT.EDU (=?iso-8859-1?Q?L=E1saro?= Jonas Ca)
Mon May 13 18:37:02 2002
Message-ID: <3CE040C4.99697D8A@ic.unicamp.br>
Date: Mon, 13 May 2002 19:40:04 -0300
From: =?iso-8859-1?Q?L=E1saro?= Jonas Camargos <lasaro.camargos@ic.unicamp.br>
MIME-Version: 1.0
To: bug-clisp@mit.edu
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi there.
This little code do something that I cant understand.
In sucessive calls to prob, the value of x is accumulated.
Is this right?
Tnx.
Lasaro
(defun prob()
(let ((x '(nil)))
(push 1 (elt x 0))))