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

post « scheme « t4034 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63b6ac4f8754d81671d65482129a2909acfee8d2 (plain)
1
2
3
4
5
6
(define (my-func first second)
  ; This is a (moderately) cool function.
  (that\place (+ 3 4))
  (define |a greeting| "hello")
  (let ((c (add1 first)))
    (format "one more than the total is %d" (+ c second))))