Example of a List
(define origin-3d (list 0 0 0)) (define origin-3d (cons 0 (cons 0 (cons 0 '()))))
Jim Miller