A couple of fixes for numerical operations without bignums.
[picobit.git] / tests / test-nested-defines.scm
blobed398ea825bac3c60c2e7488db7382f0e2e11008
1 (define foo
2   (lambda (x)
3     
4     (bar x 3)))
5 (define bar
6       (lambda (x y)
7         (+ x y 2)))
8 ;; no nested defines