[prev] 64 [next]

mylist=makeNode(1)
mylist.next=makeNode(42)
(mylist.next).next=makeNode(9024)