packages feed

Haschoo-0.0: tests/macros/multilet.scm

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