Could somebody explain what an \"improper list\" is?
Note: Thanks to all ! All you guys rock!
In Common Lisp improper lists are defined as:
Example
(a b c d . f)
or
#1=(1 2 3 . #1#)