difftastic/sample_files/scheme_2.scm

4 lines
168 B
Scheme

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