I am trying to use a function on a list of S-expressions, but it just gives me an error "Unbound variable butter"
.
(depth* (()
((bitter butter)
(makes)
(butter bitter)
butter)))
I am trying to use a function on a list of S-expressions, but it just gives me an error "Unbound variable butter"
.
(depth* (()
((bitter butter)
(makes)
(butter bitter)
butter)))
It appears that you forgot to quote the s-expression, try this: