Merge branch 'ps/receive-pack-unlock-before-die'
[git/gitster.git] / t / t4034 / scheme / post
blob63b6ac4f8754d81671d65482129a2909acfee8d2
1 (define (my-func first second)
2   ; This is a (moderately) cool function.
3   (that\place (+ 3 4))
4   (define |a greeting| "hello")
5   (let ((c (add1 first)))
6     (format "one more than the total is %d" (+ c second))))