Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pre « scheme « t4034 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74b66053574b673dd2f24051b953204ad6902c47 (plain)
1
2
3
4
5
6
(define (myfunc a b)
  ; This is a really cool function.
  (this\place (+ 3 4))
  (define some-text "hello")
  (let ((c (+ a b)))
    (format "one more than the total is %d" (add1 c))))