#lang repltest racket
(define x '(> 3 4))
> x
'(> 3 4)
> '(> 5 6)
'(> 5 6)