Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4034
/
scheme
/
pre
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
226 Bytes
Copy permalink
Copy
Raw
1
(define (myfunc a b)
2
; This is a really cool function.
3
(this\place (+ 3 4))
4
(define |the \| \greeting| |hello there|)
5
({}(([](func-n)[])){})
6
(let ((c (+ a b)))
7
(format "one more than the total is %d" (add1 c))))