Merge branch 'fc/doc-default-to-upstream-config' into jch
[git] / t / t4018 / scheme-local-define
1 (define (higher-order)
2   (define local-function RIGHT
3     (lambda (x)
4      (car "this is" "ChangeMe"))))