35 lines
946 B
Plaintext
35 lines
946 B
Plaintext
|
================================================================================
|
||
|
Empty comment
|
||
|
================================================================================
|
||
|
|
||
|
#
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
(source_file
|
||
|
(comment))
|
||
|
|
||
|
================================================================================
|
||
|
Single comment
|
||
|
================================================================================
|
||
|
|
||
|
# This is a comment
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
(source_file
|
||
|
(comment))
|
||
|
|
||
|
================================================================================
|
||
|
Multiple comments
|
||
|
================================================================================
|
||
|
|
||
|
# This is a comment
|
||
|
# This is a second comment
|
||
|
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
(source_file
|
||
|
(comment)
|
||
|
(comment))
|