Example of a List

left top right

   (define origin-3d (list 0 0 0))
   (define origin-3d (cons 0 (cons 0 (cons 0 '()))))

Jim Miller W3C