;; Testing sexp-comments
(define a #;(hello) there)
(define a #;1 there)
(define a #;"asdf" there)
(define a ;; #;(hello
there)
(define a #;(hello
there) 2)
#;(world))
and)
#;"asdf" (world