How to create and add elements in a list in Scheme?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-14T21:05:29Z Indexed on 2010/03/14 21:15 UTC
Read the original article Hit count: 247

Filed under:
|

I want to define a method that take an integer as input and creates dynamically a list of all descending integer numbers to zero. I find trouble into calling method for the n-1 element

© Stack Overflow or respective owner

Related posts about Scheme

Related posts about list