;;;; -*- mode:Scheme -*- ;;;;

; Note: this data file contains a DEFINE for simplicity; it would be
; better programming practice to read individual list elements with
; a data-specific reader, such as the READ-CITY-DATA function found
; in STREETS.SC

(define blocks
  '((class 	color	size	weight)
    (box	black	medium	heavy)
    (ball	blue	large	heavy)
    (wedge	green	small	light)
    (wedge	green	large	heavy)
    (brick	blue	long	light)
    (brick	black	long	light)
    (brick	red	long	heavy)
    (brick	red	short	light)))