Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Serious Thread

Name: Anonymous 2012-10-18 15:47

Let's have a serious thread.

Name: Anonymous 2012-11-29 12:30

>>10

[1]> (defun cdt (list)
  (if (null list)
      nil
      (if (null (cdr list))
        list
        (my-last (cdr list)))))
MY-LAST
[2]> (cdt '(HAX MY ANUS))
(ANUS)
[3]>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List