Scheme Exercises

back to exercise list       previous     next

Group:     Exercise: 20/48 

List Length:  Implement a recursive length function

You may not use the built in length command!
(myLength L) returns the number of top level elements of list L. Assume L is a list.