Scheme Exercises

back to exercise list       previous     next

Group:     Exercise: 3/48 

Increment:  Adding one

Create a function called "inc" which will be given
a numeric argument, and returns a number larger by one.
For instance, (inc 6) => 7