mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-13 21:10:19 +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. |