Welcome to the CHICKEN Scheme pasting service

python parens pasted by caolanm on Wed Jul 19 11:17:14 2017

>>> False == False in [False]
True
>>> False == (False in [False])
False
>>> (False == False) in [False]
False

caolan added by evhan on Wed Jul 19 11:28:17 2017

>>> def foo(a=[]):
...     a += [1]
...     return a
...
>>> foo()
[1]
>>> foo()
[1, 1]
>>> foo()
[1, 1, 1]

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
What's the procedure that returns the cdr of a cdr?
Visually impaired? Let me spell it for you (wav file) download WAV