top | item 26503131

(no title)

harryposner | 5 years ago

  user=> (rest '(3 . 4))
  (. 4)

  user=> (second '(3 . 4))
  .

  user=> (nth '(3 . 4) 2)
  4

discuss

order

klibertp|5 years ago

Yes, I was wrong, my bad :)