Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
scheme-local-define
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
text
4 lines
105 Bytes
Copy permalink
Copy
Raw
1
(define (higher-order)
2
(define local-function RIGHT
3
(lambda (x)
4
(car "this is" "ChangeMe"))))