The second batch
[git] / t / t4034 / scheme / pre
1 (define (myfunc a b)
2   ; This is a really cool function.
3   (this\place (+ 3 4))
4   (define some-text "hello")
5   (let ((c (+ a b)))
6     (format "one more than the total is %d" (add1 c))))