hcl/lib/test-003.scm

3 lines
49 B
Scheme
Raw Normal View History

2015-09-01 12:14:35 +00:00
(setf plus lambda (x y) (+ x y))
(plus-plus a b)