Programming and Other Thoughts
Thursday, September 5, 2013
Today I was programming in Racket and I came across this error:
define: expected only one expression after the variable name area, but found 1 extra part
I fixed the problem by changing (define area(shape) ... ) to (define (area shape) ... )
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment