summaryrefslogblamecommitdiffstats
path: root/one/five.scm
blob: a057e1ec1f078d2e5e4effd62db017e101f94ef2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                         
(define-module (one five)
  #:export (p test))

(define (p) (p))

(define (test x y)
  (if (= x 0)
      0
      y))