================================================================================
Simple Comment
================================================================================

; a comment

--------------------------------------------------------------------------------

(source
  (comment))

================================================================================
Two semicolons
================================================================================

;; another comment

--------------------------------------------------------------------------------

(source
  (comment))

================================================================================
Multiple lines
================================================================================

;; first line
;; second line

--------------------------------------------------------------------------------

(source
  (comment)
  (comment))
