36 lines
389 B
Plaintext
36 lines
389 B
Plaintext
==================
|
|
Full Line Comments
|
|
==================
|
|
|
|
# comment
|
|
#comment
|
|
# also a comment!
|
|
|
|
---
|
|
|
|
(source
|
|
(comment)
|
|
(comment)
|
|
(comment))
|
|
|
|
==================
|
|
Partial Line Comments
|
|
==================
|
|
|
|
# comment # 1;
|
|
#comment# "one"
|
|
|
|
---
|
|
|
|
(source
|
|
(comment)
|
|
(statement
|
|
(closed_statement
|
|
(value
|
|
(integer))))
|
|
(comment)
|
|
(statement
|
|
(open_statement
|
|
(value
|
|
(string)))))
|