15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
|
' Foobar
|
||
|
// Foobar
|
||
|
Rem Foobar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", ["' Foobar"]],
|
||
|
["comment", ["// Foobar"]],
|
||
|
["comment", [["keyword", "Rem"], " Foobar"]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments and remarks.
|