27 lines
251 B
Plaintext
27 lines
251 B
Plaintext
==============
|
|
Block comments
|
|
==============
|
|
|
|
/*
|
|
* Block comments
|
|
*/
|
|
|
|
/* Comment with asterisks **/
|
|
|
|
----
|
|
|
|
(source_file
|
|
(block_comment)
|
|
(block_comment))
|
|
|
|
=============
|
|
Line comments
|
|
=============
|
|
|
|
% Comment
|
|
|
|
----
|
|
|
|
(source_file
|
|
(line_comment))
|