(define ( function a b c ) ;; Adds some numbers (let ( ( d 5 ) ) ( + a b c d ) ))