bldc/tests/test_range_2.lisp

5 lines
90 B
Common Lisp

(check (eq (let (( a 10))
(range a (+ a 5)))
'(10 11 12 13 14)))