summaryrefslogtreecommitdiffstats
path: root/t/t4018/scheme-local-define
blob: bc6d8aebbe668eba9871bd1a421ac5e5b4b07d91 (plain)
1
2
3
4
(define (higher-order)
  (define local-function RIGHT
    (lambda (x)
     (car "this is" "ChangeMe"))))