mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-15 22:10:16 +08:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
|
=label foo
|
||
|
bar
|
||
|
=cut
|
||
|
#
|
||
|
# foobar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "=label foo\r\nbar\r\n=cut"],
|
||
|
["comment", "#"],
|
||
|
["comment", "# foobar"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|