33 lines
370 B
Plaintext
33 lines
370 B
Plaintext
==================
|
|
Full Line Comments
|
|
==================
|
|
|
|
not_a_comment
|
|
# comment
|
|
|
|
---
|
|
|
|
(root
|
|
(item
|
|
(statement
|
|
(expression
|
|
(identifier))))
|
|
(item
|
|
(comment)))
|
|
|
|
==================
|
|
Partial Line Comments
|
|
==================
|
|
|
|
not_a_comment # comment
|
|
|
|
---
|
|
|
|
(root
|
|
(item
|
|
(statement
|
|
(expression
|
|
(identifier))))
|
|
(item
|
|
(comment)))
|