mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 23:43:28 +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. |