mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-27 16:33:29 +08:00
21 lines
405 B
Plaintext
21 lines
405 B
Plaintext
' Foobar
|
|
#Rem Foo
|
|
Bar 'Baz
|
|
#End
|
|
' This "is" a comment
|
|
#Rem
|
|
This "is" a comment
|
|
#End
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "' Foobar"],
|
|
["comment", "#Rem Foo\r\nBar 'Baz\r\n#End"],
|
|
["comment", "' This \"is\" a comment"],
|
|
["comment", "#Rem\r\nThis \"is\" a comment\r\n#End"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |