1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(let a 1) (let b 2 ; This is an inline comment ) (let c 3) ; Another comment (do (let c 3) ; Another comment ) (let d 5)