Scheme (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 172:
;; => (1 4 9 16)
 
Please note that in both cases, the tail -recursive version is preferrable due to its decreased use of space.
 
=== Input/output ===