4 lines
105 B
Text
4 lines
105 B
Text
(define (higher-order)
|
|
(define local-function RIGHT
|
|
(lambda (x)
|
|
(car "this is" "ChangeMe"))))
|