packages feed

Haschoo-0.0: tests/macros/multiletstar.scm

(write (if (= 3 (let* ((a 1) (b 2)) (+ a b))) 'ok 'bad))(newline)