mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2026-09-06 06:34:55 +08:00
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
#
|
|
# Foobar
|
|
#{ This is a comment
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "#"],
|
|
["comment", "# Foobar"],
|
|
["comment", "#{ This is a comment"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |