|# A block comment before a simple function, but changed. #|
(define (sub x y) ; This function returns the difference of its arguments
(- x y))