Subversion Repositories programming

Rev

Rev 100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 108
Line -... Line 1...
-
 
1
;Copyright: Ira W. Snyder
-
 
2
;Date: 07-11-2005
-
 
3
;License: Public Domain
-
 
4
 
-
 
5
 
1
;;;
6
;;;
2
;;; A recursive function which takes two lists of integers and returns
7
;;; A recursive function which takes two lists of integers and returns
3
;;; a list of integers in which each element is the sun of the
8
;;; a list of integers in which each element is the sun of the
4
;;; corresponding elements of the incoming lists. The lists are
9
;;; corresponding elements of the incoming lists. The lists are
5
;;; not required to be the same length.
10
;;; not required to be the same length.