15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
⍝
|
|
⍝ Foobar
|
|
#!/usr/bin/env runapl
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "⍝"],
|
|
["comment", "⍝ Foobar"],
|
|
["comment", "#!/usr/bin/env runapl"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |