|# A block comment before a very simple function. #|
(define (add x y) ; This function returns the sum of its arguments
(+ x y))