Back to TeachScheme! workshop Back to Recipes

Write a define-struct

using Syntax Rule 5. The result will look like (define-struct circle (center radius color)). Note that the types of the parts aren't specified in the define-struct, but you still need to decide on them.


Last modified: Tue May 27 12:47:50 EDT 2003
Stephen Bloch / sbloch@adelphi.edu