nargle
:
(dingbat 1456 wombat)
.
fred
:
((12 barney tuesday . alice) wimple dingbat 1456 wombat)
The extra dot before alice
is present because
the last node of the sublist had a non-nil
cdr
.
To have an ordinary
list, the last cdr
must be nil
, as in the
above list.
(setq morris (car morris))
(setq dilbert (cons (cdr (car fred)) nargle))
(setq fred (cdr fred))