Comp 210 Lab 2, define-struct functions

(define-struct pt_cart (x y)) defines ...

Back to Lab 2.