doc4.rkt (75B)
1 #lang repltest racket 2 (define x '(> 3 4)) 3 > x 4 '(> 3 4) 5 > '(> 5 6) 6 '(> 5 6)