7 lines
47 B
Scheme
7 lines
47 B
Scheme
(+ 3 4)
|
|
|
|
(define f 'foo)
|
|
|
|
(define g f)
|
|
|
|
(+ 3 4) |