Skip to the content.

Comments In Pometo

Comment Your Code

Because APL languages are so concise the ratio of comment-to-code is very high.

The comment character is

Anything to the right of the comment character is ignored. (Because we are not using the variable we need to prefix it with the underscore operator - the variable is not being used in this test).

_MyVar99 ← 1 2 3 ⍝ cool var bro
1 2 3

Comments can be full line as well

⍝ Once More Into The Breach