зеркало из https://github.com/microsoft/git.git
7 строки
186 B
Plaintext
7 строки
186 B
Plaintext
|
(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))))
|