difftastic/sample_files/scheme_1.scm

4 lines
153 B
Scheme

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