RosettaCodeData/Task/Singly-linked-list-Element-definition/Scheme/singly-linked-list-element-definition-2.ss
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
104 B
Scheme

(car my-list) ; returns the first element of the list
(cdr my-list) ; returns the remainder of the list