3 lines
56 B
Scheme
3 lines
56 B
Scheme
(define (appy x) (list x 'x))
|
|
|
|
(define foo (appy 'putz)) |
(define (appy x) (list x 'x))
|
|
|
|
(define foo (appy 'putz)) |