mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-29 18:58:02 +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. |