mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2026-09-05 14:14:55 +08:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
! Foobar
|
|
REM Foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", ["! Foobar"]],
|
|
["comment", [["keyword", "REM"], " Foobar"]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |