2018-12-19 14:09:39 +08:00

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.