4 lines
57 B
Scheme
4 lines
57 B
Scheme
(define (appy x) (list x 'x))
|
|
|
|
(define foo (appy 'putz))
|
(define (appy x) (list x 'x))
|
|
|
|
(define foo (appy 'putz))
|