20 lines
314 B
Plaintext
20 lines
314 B
Plaintext
![]() |
//
|
||
|
// Foobar
|
||
|
#!/usr/bin/env io
|
||
|
/* multiline
|
||
|
comment
|
||
|
*/
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "//"],
|
||
|
["comment", "// Foobar"],
|
||
|
["comment", "#!/usr/bin/env io"],
|
||
|
["comment", "/* multiline\ncomment\n*/"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|