mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
|
⍝
|
||
|
⍝ Foobar
|
||
|
#!/usr/bin/env runapl
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "⍝"],
|
||
|
["comment", "⍝ Foobar"],
|
||
|
["comment", "#!/usr/bin/env runapl"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|