racket S-expression注释

示例

#;(define (commented-out-function x)
    (print (string-append "这整个 "
            "s-expression is commented out!")))