schemy/src/examples/repl/.init.ss

3 lines
92 B
Scheme

; `.init.ss` is picked up by interpreter automatically
(define square (lambda (x) (* x x)))